diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-21 19:30:39 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-21 19:30:39 +0100 |
| commit | cc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5 (patch) | |
| tree | b6bd9f6f94eda70ba99360524987de677893f5f7 /index.html | |
| parent | feat(treewide): Commit MVP (diff) | |
| download | web-client-cc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5.zip | |
build(treewide): Provide a working `manifest.json` file
The previous one had no really working images.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/index.html b/index.html index 7085f94..3772400 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ <link data-trunk rel="css" - href="./public/tailwindcss-output.css" + href="./dist/tailwindcss-output.css" /> <link @@ -37,6 +37,28 @@ rel="copy-file" href="./public/manifest.json" /> + + + <link + data-trunk + rel="copy-file" + href="./dist/favicon-128.png" + /> + <link + data-trunk + rel="copy-file" + href="./dist/favicon-256.png" + /> + <link + data-trunk + rel="copy-file" + href="./dist/favicon-512.png" + /> + <link + data-trunk + rel="copy-file" + href="./dist/favicon-1024.png" + /> </head> <body></body> |
