Skip to content

Commit

Permalink
Updated assetPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gionata committed Jul 31, 2023
1 parent 835f101 commit 23ddf80
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 @@ -5,5 +5,5 @@ module.exports = {
// Your Next.js configuration options here
output: isProd ? 'export' : undefined,
basePath: "/poskycloud",
assetPrefix: isProd ? "/poskycloud/": undefined,
assetPrefix: isProd ? "https://jhoscy.github.io/poskycloud/": undefined,
};

0 comments on commit 23ddf80

Please sign in to comment.