We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112b89c commit 149ec5aCopy full SHA for 149ec5a
next.config.mjs
@@ -18,7 +18,7 @@ export default (phase) => {
18
// Map all static assets to the project URL davidde.github.io/ethblox,
19
// instead of the base davidde.github.io domain, but only for production:
20
basePath: isProd ? '/ethblox' : undefined,
21
- assetPrefix: '/ethblox/',
+ assetPrefix: isProd ? '/ethblox/' : undefined,
22
23
async redirects() {
24
return [
0 commit comments