Skip to content

Commit

Permalink
fix(site): image URL of deployed site
Browse files Browse the repository at this point in the history
  • Loading branch information
ourai committed Sep 11, 2024
1 parent b027087 commit 17b23ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .knosys/sites/default/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const nextConfig = {
...(process.env.NODE_ENV === 'production' ? {
basePath: '/Web3-Frontend-Bootcamp',
output: 'export',
images: { unoptimized: true },
} : undefined),
reactStrictMode: true,
};
Expand Down

0 comments on commit 17b23ad

Please sign in to comment.