Merge pull request #28 from itsscb/feature
feat: adds performance tweaks
This commit is contained in:
commit
3fc5a50af9
@ -5,3 +5,6 @@ command_arguments = ["-i","input.css","-o","public/styles.css","--minify"]
|
||||
|
||||
[serve]
|
||||
address = "0.0.0.0"
|
||||
|
||||
[build]
|
||||
minify = "on_release"
|
||||
|
@ -49,8 +49,13 @@
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
<link data-trunk href="./public/styles.css" rel="css">
|
||||
<!-- <link data-trunk href="./public/styles.css" rel="css"> -->
|
||||
<link rel="preload" href="./public/styles.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="./public/styles.css">
|
||||
</noscript>
|
||||
<!-- <link data-trunk href="./public/styles.css" rel="css"> -->
|
||||
<link data-trunk rel="copy-file" href="public/styles.css" data-target-path="/public" />
|
||||
<link data-trunk rel="copy-file" href="public/robots.txt" data-target-path="/" />
|
||||
<!-- <link data-trunk href="./assets/favicon.ico" rel="icon" type="image/x-icon"> -->
|
||||
<link data-trunk rel="copy-dir" href="public">
|
||||
|
Loading…
x
Reference in New Issue
Block a user