move index, style, and favicon into static/www/
This commit is contained in:
@@ -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 |
@@ -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>
|
||||||
Reference in New Issue
Block a user