diff --git a/next.config.js b/next.config.js index c48ddac..7639678 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', - basePath: '/nextjs-github-pages', images: { unoptimized: true }, }