Skip to content

Commit

Permalink
Update SPA url for client
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Oct 16, 2024
1 parent 450df52 commit 46bef71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/Dangl.OpenCDE.Client/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
}
else
{
spa.Options.DefaultPage = "/dist/index.html";
spa.Options.DefaultPage = "/dist/browser/index.html";
}
});

Expand Down
2 changes: 1 addition & 1 deletion src/client/dangl-opencde-client-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:production": "ng build --output-path ../Dangl.OpenCDE.Client/wwwroot/dist --deploy-url /dist/",
"build:production": "ng build --output-path ../Dangl.OpenCDE.Client/wwwroot/dist --deploy-url /dist/browser/",
"watch": "ng build --watch --configuration development",
"test": "ng test --no-watch"
},
Expand Down

0 comments on commit 46bef71

Please sign in to comment.