Fix dead manifest link and add proper PWA support
index.html linked /kds/manifest.json, which never existed (404). Replaced with vite-plugin-pwa, matching the pattern used by every other app, plus icons that were entirely missing before.
This commit is contained in:
parent
8eb0ab457f
commit
46441c3b35
5 changed files with 27 additions and 3 deletions
|
|
@ -20,6 +20,7 @@
|
|||
"@types/react-dom": "^18.2.18",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.0.11"
|
||||
"vite": "^5.0.11",
|
||||
"vite-plugin-pwa": "^1.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue