From 6a1b80914c31e1dff7e7e5bbea782e387ded01b0 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:58:50 +0100 Subject: [PATCH] Update next.config.js --- web/next.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/next.config.js b/web/next.config.js index 11d2bf4..445cc54 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -6,6 +6,7 @@ const nextConfig = { }, assetPrefix: '/ProxMenux/', basePath: '/ProxMenux', -} + trailingSlash: true, +}; -module.exports = nextConfig +module.exports = nextConfig;