Compare commits

..

No commits in common. "93bf698d81302a30805fc088a019ccce432500ae" and "e7f2e87937c07c5e0df48b2c0b74c8ea98268c3f" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -39,8 +39,8 @@
"build": { "build": {
"builder": "@angular-devkit/build-angular:application", "builder": "@angular-devkit/build-angular:application",
"options": { "options": {
"baseHref": "/silly-game/test", "baseHref": "/silly-game/",
"deployUrl": "/silly-game/test", "deployUrl": "/silly-game/",
"outputPath": "dist/silly-game-frontend", "outputPath": "dist/silly-game-frontend",
"index": "src/index.html", "index": "src/index.html",
"browser": "src/main.ts", "browser": "src/main.ts",

View file

@ -4,7 +4,7 @@
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"build": "ng build --base-href /silly-game/test --deploy-url /silly-game/test", "build": "ng build --base-href /silly-game/ --deploy-url /silly-game/",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"test": "ng test", "test": "ng test",
"lint": "ng lint" "lint": "ng lint"