From f0b0bfe169533fa520736e65d9c602c72499f657 Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Tue, 9 Jan 2024 18:14:51 +0530 Subject: [PATCH] :bug: Fix base path --- next.config.js | 1 - 1 file changed, 1 deletion(-) 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 }, }