Update next.config.mjs

This commit is contained in:
2026-01-16 17:57:32 +02:00
parent 4defe33bd3
commit ffee4b6e7d

View File

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