Skip to content

Commit

Permalink
fix deployed asset paths?
Browse files Browse the repository at this point in the history
  • Loading branch information
colevandersWands committed Oct 26, 2023
1 parent 0ab5d22 commit 3bd136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const withNextra = require("nextra")({

module.exports = Object.assign(
{
assetPrefix: isProd ? "/" : "",
assetPrefix: isProd ? "/./" : "",
images: {
unoptimized: true,
},
Expand Down

0 comments on commit 3bd136f

Please sign in to comment.