Skip to content

Commit

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

export default nextConfig

0 comments on commit b3b2a8e

Please sign in to comment.