fix(relay-angular-chat): fix base url

This commit is contained in:
fryorcraken.eth 2022-10-28 14:24:01 +11:00
parent c546f0e113
commit 88b36d6c9a
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --base-href /relay-angular-chat --deploy-url /relay-angular-chat/",
"watch": "ng build --watch --configuration development",
"test": "exit 0",
"test:local": "ng test",