Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 5, 2023
1 parent c803949 commit f0a6502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"main": "apps/demo/src/main.ts",
"polyfills": "apps/demo/src/polyfills.ts",
"tsConfig": "apps/demo/tsconfig.app.json",
"baseHref": "/",
"baseHref": "./",
"assets": [
"apps/demo/src/favicon.ico",
"apps/demo/src/assets",
Expand Down Expand Up @@ -78,8 +78,8 @@
"options": {
"browserTarget": "demo:build",
"serverTarget": "demo:server:production",
"routesFile": "./apps/demo/routesFile.txt",
"guessRoutes": false
"guessRoutes": false,
"routes": ["/"]
}
},
"server": {
Expand Down

0 comments on commit f0a6502

Please sign in to comment.