Skip to content

Commit

Permalink
fix base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Nov 26, 2023
1 parent cb64113 commit f1abca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
cd web
sed -i 's/^APPS=.*/APPS=ltn/' Makefile
sed -i 's/new LTN("app");/new LTN("app");\n app.setAssetsBaseURL("http:\/\/play.abstreet.org\/dev\/data");/' src/web_root/ltn.html
npm i
make release
cp -Rv build/dist ../book/book/web/
Expand Down

0 comments on commit f1abca3

Please sign in to comment.