Fix: rename next.config.ts to next.config.mjs for Next.js compatibility

This commit is contained in:
Neo
2026-02-19 05:42:26 +00:00
parent 1299db0840
commit 8efcb73cc1
2 changed files with 5 additions and 7 deletions

5
next.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
const nextConfig = {
output: 'standalone',
};
export default nextConfig;