Skip to content

Commit

Permalink
move <base href=/pub/wfprev/ to angular build option
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Oct 10, 2024
1 parent 31cd7bf commit 8dbb0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/wfprev-war/src/main/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"baseHref": "/pub/wfprev/",
"outputPath": "dist/wfprev",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion client/wfprev-war/src/main/angular/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Wfprev</title>
<base href="/pub/wfprev/">
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
Expand Down

0 comments on commit 8dbb0b3

Please sign in to comment.