summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-21 19:30:39 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-21 19:30:39 +0100
commitcc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5 (patch)
treeb6bd9f6f94eda70ba99360524987de677893f5f7 /index.html
parentfeat(treewide): Commit MVP (diff)
downloadweb-client-cc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5.zip
build(treewide): Provide a working `manifest.json` file
The previous one had no really working images.
Diffstat (limited to '')
-rw-r--r--index.html24
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>