Updated to v1.0.4, fixed admin global page and overall speed
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
const nextConfig = {
|
||||
env: {
|
||||
HOSTNAME: process.env.HOSTNAME || 'vmx-k3s-01',
|
||||
APPVERSION: '1.0.3'
|
||||
APPVERSION: '1.0.4'
|
||||
},
|
||||
experimental: {
|
||||
serverComponentsExternalPackages: ['mysql2']
|
||||
@@ -16,6 +16,11 @@ const nextConfig = {
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
swcMinify: true,
|
||||
poweredByHeader: false,
|
||||
async rewrites() {
|
||||
return []
|
||||
},
|
||||
}
|
||||
|
||||
export default nextConfig
|
||||
|
||||
Reference in New Issue
Block a user