From d69ace6f64e6a4fe0321ae14720d249c0fe4d971 Mon Sep 17 00:00:00 2001 From: Toni Date: Sat, 12 Oct 2024 21:59:29 +0200 Subject: [PATCH] next.config.js --- next.config.js | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/next.config.js b/next.config.js index 03a3860..d7be323 100644 --- a/next.config.js +++ b/next.config.js @@ -33,18 +33,7 @@ const nextConfig = { 'tests', 'view-models', 'views' ] - }, - basePath: '/quiz', - assetPrefix: '/quiz/', - trailingSlash: true, - exportPathMap: async function ( - defaultPathMap, - { dev, dir, outDir, distDir, buildId } - ) { - return { - ...defaultPathMap, - }; - }, + } }; -module.exports = withBundleAnalyzer(withReactSvg(nextConfig)); \ No newline at end of file +module.exports = withBundleAnalyzer(withReactSvg(nextConfig));