diff options
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> |
