- set public path to /

- on route change event close bulma navbar (in app.ts)
This commit is contained in:
Arno Kaimbacher 2021-11-26 11:29:13 +01:00
commit 952f51a1a7
5 changed files with 62 additions and 36 deletions

View file

@ -1,3 +1,3 @@
module.exports = {
publicPath: "/test"
publicPath: "/"
}