mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
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:
parent
d085d894d4
commit
319bc2f200
7 changed files with 110 additions and 30 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue