diff --git a/khc/next.config.mjs b/khc/next.config.mjs index 4678774..5212191 100644 --- a/khc/next.config.mjs +++ b/khc/next.config.mjs @@ -2,3 +2,7 @@ const nextConfig = {}; export default nextConfig; + +module.exports = { + pageExtensions: ['js', 'jsx', 'md', 'mdx'], + }; \ No newline at end of file