diff --git a/next.config.js b/next.config.js index 20224ef..c0565c2 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ const repo = "MainSite"; -const assetPrefix = `/${repo}/`; -const basePath = `/${repo}`; +var assetPrefix = `/${repo}/`; +var basePath = `/${repo}`; const createNextIntlPlugin = require('next-intl/plugin'); const withNextIntl = createNextIntlPlugin();