Skip to content

Commit

Permalink
update image base path
Browse files Browse the repository at this point in the history
  • Loading branch information
haochengxu committed Sep 24, 2023
1 parent 8b680a7 commit 8521b8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
const nextConfig = {
output: 'export',
images: {
unoptimized: true
unoptimized: true,
basePath: '',
}

// Optional: Change links `/me` -> `/me/` and emit `/me.html` -> `/me/index.html`
Expand Down

0 comments on commit 8521b8b

Please sign in to comment.