feat(frontend): readds preload of stylesheet
This commit is contained in:
parent
4c8e75387d
commit
b6f9c0a48b
@ -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