Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DDecoene committed Dec 23, 2024
1 parent 198b807 commit 4896cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const nextConfig: NextConfig = {
images: {
unoptimized: true, // Required for static export
},
basePath: process.env.NODE_ENV === 'production' ? '/your-repo-name' : '', // Replace with your repository name
basePath: process.env.NODE_ENV === 'production' ? '/cv-app' : '', // Replace with your repository name
};

export default nextConfig;

0 comments on commit 4896cfb

Please sign in to comment.