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