mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-29 04:36:54 +00:00
Update next.config.js
This commit is contained in:
parent
9a91c28465
commit
b6c7edf3b4
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user