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} */
|
/** @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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user