fix(web): PWA asset and route handling (#898)

* fix(web): PWA asset and fallback route handling

* fix(web): strip baseurl

* fix(web): add back manifest.json

* fix(web): add back manifest.json

* fix(web): log file

* fix(web): do not trim baseurl

* fix(web): try different start_url

* fix(web): pwa with subfolder
This commit is contained in:
ze0s 2023-05-02 19:06:53 +02:00 committed by GitHub
parent d085d894d4
commit 319bc2f200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 110 additions and 30 deletions

View file

@ -3,6 +3,7 @@ node_modules/
.gitignore
.github
.dev
dev/
config.toml
.goreleaser.yml
Dockerfile
@ -12,18 +13,18 @@ README.md
bin
config
test
web/*
!web/public
!web/src
!web/dist*
!web/package.json
!web/yarn.lock
!web/.yarnrc.yml
!web/.yarn/releases
!web/.eslintrc.js
!web/postcss.config.js
!web/tailwind.config.js
!web/tsconfig.json
!web/index.html
!web/vite.config.ts
!web/build.go
#web/*
#!web/public
#!web/src
#!web/dist*
#!web/package.json
#!web/yarn.lock
#!web/.yarnrc.yml
#!web/.yarn/releases
#!web/.eslintrc.js
#!web/postcss.config.js
#!web/tailwind.config.js
#!web/tsconfig.json
#!web/index.html
#!web/vite.config.ts
#!web/build.go