Skip to content

Commit

Permalink
changed next config assetPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkrebs committed Mar 17, 2024
1 parent a1fc3a1 commit 38121f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const nextConfig = {
reactStrictMode: true,
output: 'export',
distDir: 'out',
assetPrefix: '/',
assetPrefix: './',
images: {
domains: ['github.com'],
},
Expand Down

0 comments on commit 38121f8

Please sign in to comment.