Remove baseHref from stats page

This was breaking the result served via some IPFS urls (status was fine, subdirectory based gateways less so)
This commit is contained in:
Edd 2022-05-04 12:45:11 +00:00 committed by GitHub
parent 987cdb9d68
commit 431ea1bc80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@
"compiler": "babel",
"outputPath": "dist/apps/stats",
"index": "apps/stats/src/index.html",
"baseHref": "/",
"main": "apps/stats/src/main.tsx",
"polyfills": "apps/stats/src/polyfills.ts",
"tsConfig": "apps/stats/tsconfig.app.json",