revert Update next.config.mjs
This commit is contained in:
2026-01-16 18:13:09 +02:00
parent ffee4b6e7d
commit 508c96eedd

View File

@@ -1,6 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
env: {
APPVERSION: '1.1.0'
HOSTNAME: process.env.HOSTNAME || 'vmx-k3s-01',
APPVERSION: '1.0.4'
},
experimental: {
serverComponentsExternalPackages: ['mysql2']
@@ -16,6 +18,9 @@ const nextConfig = {
},
swcMinify: true,
poweredByHeader: false,
async rewrites() {
return []
},
}
export default nextConfig