diff options
| author | Haishan <[email protected]> | 2019-10-01 00:33:17 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-10-01 00:33:17 +0800 |
| commit | 51e363372f1158a78c36c17e9cd53ad4e5a73e59 (patch) | |
| tree | 41de56c51e77370c22a430a616533335a4aa739a /src | |
| parent | 5f7cf1efc0e61c2ee70c0af8c5a9c90d85cf6e09 (diff) | |
fix: wrong usage of prefetch on css meta link
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.template.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.template.ejs b/src/index.template.ejs index 69791db..6d5e5dc 100644 --- a/src/index.template.ejs +++ b/src/index.template.ejs @@ -11,7 +11,7 @@ <meta name="description" content="Yet Another Clash Dashboard"> <meta name="theme-color" content="#202020"> <title><%= htmlWebpackPlugin.options.title %></title> - <link rel="prefetch" href="https://fonts.loli.net/css?family=Merriweather+Sans:400,700|Roboto+Mono&display=swap" rel="stylesheet"> + <link href="https://fonts.loli.net/css?family=Merriweather+Sans:400,700|Roboto+Mono&display=swap" rel="stylesheet"> <!-- <link rel="prefetch" href="https://cdn.jsdelivr.net/npm/@hsjs/[email protected]/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhLq3-cXbKD.woff2"> --> <!-- <link rel="prefetch" href="https://fonts.loli.net/css?family=Merriweather+Sans:400,700&display=swap" rel="stylesheet"> --> <meta property="og:image" content="https://user-images.githubusercontent.com/1166872/47304841-536f3d80-d65a-11e8-8908-1917127dafc5.png"> |
