Update next.config.js

This commit is contained in:
MacRimi 2025-02-13 17:46:57 +01:00 committed by GitHub
parent 9a91c28465
commit b6c7edf3b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,11 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
output: "export", output: 'export',
images: { images: {
unoptimized: true, unoptimized: true,
}, },
assetPrefix: "/ProxMenux/", assetPrefix: '/ProxMenux/',
basePath: "/ProxMenux", basePath: '/ProxMenux',
distDir: "out",
} }
module.exports = nextConfig module.exports = nextConfig