diff --git a/web/next.config.js b/web/next.config.js index e272422..11d2bf4 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -1,13 +1,11 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: "export", + output: 'export', images: { unoptimized: true, }, - assetPrefix: "/ProxMenux/", - basePath: "/ProxMenux", - distDir: "out", + assetPrefix: '/ProxMenux/', + basePath: '/ProxMenux', } module.exports = nextConfig -