From 25d1b6247dc5c9f6de6485a67e39f9a8d675c978 Mon Sep 17 00:00:00 2001 From: Rajdeep Singh Date: Mon, 15 Jan 2024 18:06:49 +0530 Subject: [PATCH] fix the url --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index e7eddf4..a93c5e0 100644 --- a/next.config.js +++ b/next.config.js @@ -7,7 +7,7 @@ const withNextra = require("nextra")({ module.exports = withNextra({ output: 'export', - basePath: "https://officialrajdeepsingh.github.io/section-blog-theme-demo", + basePath: "/section-blog-theme-demo", images:{ unoptimized: true }