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
|
|
@ -4,7 +4,6 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no" />
|
||||
<title>Kitchen Display</title>
|
||||
<link rel="manifest" href="/kds/manifest.json" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue