diff --git a/apps/doc-gen/project.json b/apps/doc-gen/project.json index 51d9d63212..d380761624 100644 --- a/apps/doc-gen/project.json +++ b/apps/doc-gen/project.json @@ -14,7 +14,7 @@ "compiler": "babel", "outputPath": "dist/apps/doc-gen", "index": "apps/doc-gen/src/index.html", - "baseHref": "/", + "baseHref": "./", "main": "apps/doc-gen/src/main.tsx", "tsConfig": "apps/doc-gen/tsconfig.app.json", "assets": [ diff --git a/apps/doc-viewer/project.json b/apps/doc-viewer/project.json index 5ea04be27e..08068881e4 100644 --- a/apps/doc-viewer/project.json +++ b/apps/doc-viewer/project.json @@ -14,7 +14,7 @@ "compiler": "babel", "outputPath": "dist/apps/doc-viewer", "index": "apps/doc-viewer/src/index.html", - "baseHref": "/", + "baseHref": "./", "main": "apps/doc-viewer/src/main.tsx", "tsConfig": "apps/doc-viewer/tsconfig.app.json", "assets": [