Skip to content

Commit

Permalink
update base href
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeard committed Nov 9, 2024
1 parent bfd13f5 commit a957a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve:ssr:postreader": "node dist/postreader/server/server.mjs",
"prepare-content": "tsc -p src/bin/tsconfig.json && node out/bin/prepare-content.js",
"start-with-content": "npm run prepare-content && npm run start",
"build-with-content": "npm run prepare-content && npm run build"
"build-with-content": "npm run prepare-content && ng build --base-href /post-reader/"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit a957a13

Please sign in to comment.