Update next.config.mjs

This commit is contained in:
MacRimi
2025-02-15 16:38:45 +01:00
committed by GitHub
parent 3cc548eeab
commit 4e4f3a15ca

View File

@@ -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