From acf5663426a7dadfde9c8007d03d662d69faef95 Mon Sep 17 00:00:00 2001 From: Priyatham Sai Chand Date: Mon, 11 Jan 2021 22:47:38 +0530 Subject: [PATCH] Update next.config.js --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 01d1468..464844a 100644 --- a/next.config.js +++ b/next.config.js @@ -1,3 +1,4 @@ module.exports = { + basePath: '/Portfolio', assetPrefix: '/Portfolio/', -} \ No newline at end of file +}