From 74059725414f641f9a954d1dbfd54d9eec745863 Mon Sep 17 00:00:00 2001 From: Neil Parikh Date: Sun, 16 May 2021 07:36:25 -0400 Subject: [PATCH] update basePath --- frontend/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/next.config.js b/frontend/next.config.js index a0f1f9d..cfd6b99 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -21,7 +21,7 @@ const devConfig = { }; const prodConfig = { - basePath: "/~n3parikh/links", + basePath: "/links", }; // eslint-disable-next-line no-undef