Fix next builds

This commit is contained in:
Gabe Kangas
2022-09-08 21:43:32 -07:00
parent eaac51d4b4
commit cedfd18208

View File

@@ -35,5 +35,5 @@ module.exports = withLess({
}, },
]; ];
}, },
pageExtensions: ['.tsx'], pageExtensions: ['tsx'],
}); });