Skip to content

Commit 436cb0c

Browse files
committed
Revert assetPrefix addition
1 parent 149ec5a commit 436cb0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

next.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default (phase) => {
1818
// Map all static assets to the project URL davidde.github.io/ethblox,
1919
// instead of the base davidde.github.io domain, but only for production:
2020
basePath: isProd ? '/ethblox' : undefined,
21-
assetPrefix: isProd ? '/ethblox/' : undefined,
2221

2322
async redirects() {
2423
return [

0 commit comments

Comments
 (0)