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