Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
YeahNotSewerSide authored May 26, 2024
1 parent 795e851 commit 6625cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit 6625cb9

Please sign in to comment.