WORKKKKKKKS ; Page loading works really well now. If anything goes wrong revert to this commit

This commit is contained in:
2025-06-18 16:39:43 +02:00
parent 7d4e5b226f
commit dd10624ce4
7 changed files with 65 additions and 17 deletions

View File

@@ -3,9 +3,6 @@ const nextConfig = {
output: 'standalone',
reactStrictMode: true,
swcMinify: true,
server: {
port: 8080,
},
}
module.exports = nextConfig