Skip to content

Commit

Permalink
Remove basePath and assetPath
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumppi066 committed Dec 31, 2024
1 parent 85fdf0d commit 042fdd3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
basePath: process.env.NODE_ENV === 'production' ? '/frontend' : '',
assetPrefix: process.env.NODE_ENV === 'production' ? '/frontend/' : '',
output: 'export'
};

export default nextConfig;

0 comments on commit 042fdd3

Please sign in to comment.