mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update next.config.mjs
This commit is contained in:
parent
3cc548eeab
commit
4e4f3a15ca
@ -9,6 +9,13 @@ const nextConfig = {
|
|||||||
output: "export",
|
output: "export",
|
||||||
images: {
|
images: {
|
||||||
unoptimized: true,
|
unoptimized: true,
|
||||||
|
remotePatterns: [
|
||||||
|
{
|
||||||
|
protocol: "https",
|
||||||
|
hostname: "raw.githubusercontent.com",
|
||||||
|
pathname: "/MacRimi/ProxMenux/main/images/**",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
assetPrefix: "/ProxMenux/",
|
assetPrefix: "/ProxMenux/",
|
||||||
basePath: "/ProxMenux",
|
basePath: "/ProxMenux",
|
||||||
@ -21,5 +28,3 @@ const nextConfig = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default nextConfig
|
export default nextConfig
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user