We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7f61e commit b3487c4Copy full SHA for b3487c4
next.config.mjs
@@ -12,7 +12,7 @@ const nextConfig = {
12
// },
13
14
// Enable standalone export for Github Pages:
15
- output: 'standalone',
+ // output: 'standalone',
16
// Map all static assets to the project URL davidde.github.io/ethblox,
17
// instead of the base davidde.github.io domain, but only for production:
18
basePath: isProd ? '/ethblox' : undefined,
0 commit comments