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} */
const nextConfig = {
output: "export",
output: 'export',
images: {
unoptimized: true,
},
assetPrefix: "/ProxMenux/",
basePath: "/ProxMenux",
distDir: "out",
assetPrefix: '/ProxMenux/',
basePath: '/ProxMenux',
}
module.exports = nextConfig