From b6c7edf3b44ff631e4e686633b3912c14ce63c3d Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:46:57 +0100 Subject: [PATCH] Update next.config.js --- web/next.config.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -