From 056563035ea4e36238cb3898eb584963afe50513 Mon Sep 17 00:00:00 2001 From: Neshura Date: Thu, 1 Jun 2023 00:24:21 +0200 Subject: [PATCH] Revert basepath --- next.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/next.config.js b/next.config.js index 193494c..767719f 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - basePath: '/ethics', -} +const nextConfig = {} module.exports = nextConfig