From 6660f4d8153d46f2fe41cc48323f9b59c2ff9337 Mon Sep 17 00:00:00 2001 From: rebeccahongsf Date: Wed, 16 Oct 2024 21:34:26 -0700 Subject: [PATCH] SOEOPSFY24-205 | remove base url --- next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index c98d922..b41d33a 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,5 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - basePath: '/soe-centennial', output: 'export', reactStrictMode: true, };