Skip to content

Commit

Permalink
add asset prefix ./ so gh pages doesn't ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Jul 7, 2024
1 parent 7cbc3c0 commit b16e92d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uasc-next/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const nextConfig = {
images: {
// TODO: remove this and use an image CDN
unoptimized: generateStatic
}
},
assetPrefix: generateStatic && "./"
}

export default nextConfig

0 comments on commit b16e92d

Please sign in to comment.