start web

This commit is contained in:
MacRimi
2025-02-13 17:28:49 +01:00
parent a28bc19a38
commit 6a44aa0153
37 changed files with 1221 additions and 9 deletions

View File

@@ -7,15 +7,7 @@ const nextConfig = {
assetPrefix: "/ProxMenux/",
basePath: "/ProxMenux",
distDir: "out",
webpack: (config, { isServer }) => {
if (!isServer) {
config.resolve.fallback = {
...config.resolve.fallback,
fs: false,
}
}
return config
},
}
module.exports = nextConfig