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));