Fix next builds

This commit is contained in:
Gabe Kangas 2022-09-08 21:43:32 -07:00
parent eaac51d4b4
commit cedfd18208
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

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