Fix some styles and empty page

This commit is contained in:
Hydroxycarbamide 2022-11-21 10:51:39 +01:00
parent 151cb6dd3a
commit 4fa8df20ac
4 changed files with 11 additions and 2 deletions

View file

@ -4,7 +4,7 @@ const nextConfig = {
appDir: true
},
reactStrictMode: true,
swcMinify: true,
swcMinify: true
}
module.exports = nextConfig