Skip to content

Commit b3487c4

Browse files
committed
Test Github Pages without 'output: standalone'
1 parent ca7f61e commit b3487c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const nextConfig = {
1212
// },
1313

1414
// Enable standalone export for Github Pages:
15-
output: 'standalone',
15+
// output: 'standalone',
1616
// Map all static assets to the project URL davidde.github.io/ethblox,
1717
// instead of the base davidde.github.io domain, but only for production:
1818
basePath: isProd ? '/ethblox' : undefined,

0 commit comments

Comments
 (0)