Skip to content

Commit

Permalink
Merge pull request #5 from web3wagers/dev
Browse files Browse the repository at this point in the history
[fix] update asset prefix
  • Loading branch information
adrianvrj authored Dec 20, 2024
2 parents 0710dfb + 609487b commit ed5d168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const nextConfig = {
*/
basePath: "",

assetPrefix: env == "prod" ? 'https://web3wagers.github.io/gostarkme-frontend/' : "",
assetPrefix: "",

/**
* Disable server-based image optimization. Next.js does not support
Expand Down

0 comments on commit ed5d168

Please sign in to comment.