move index, style, and favicon into static/www/

This commit is contained in:
2024-12-04 16:46:29 +00:00
parent 5ae0216ce3
commit 8083075a67
4 changed files with 5 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
[build]
target = "static/www/index.html"
minify = "on_release"

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

+2 -2
View File
@@ -10,9 +10,9 @@
<link rel="preload" href="https://incr.easrng.net/bg.gif" as="image"> <link rel="preload" href="https://incr.easrng.net/bg.gif" as="image">
</head> </head>
<link data-trunk rel="rust" /> <link data-trunk rel="rust" href="../../Cargo.toml" />
<link data-trunk rel="icon" href="favicon.ico" /> <link data-trunk rel="icon" href="favicon.ico" />
<link data-trunk rel="scss" href="style.scss" /> <link data-trunk rel="scss" href="style.scss" />
<link data-trunk rel="copy-dir" data-target-path="static/" href="static/" /> <link data-trunk rel="copy-dir" data-target-path="static/" href="../../static/" />
</html> </html>