perf(site): try prefetch as document
This commit is contained in:
parent
930e37c653
commit
8c2fcd3b7a
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<my-head>
|
||||
<link rel="prefetch" href="/demo" />
|
||||
<link rel="prefetch" href="/prism.js" />
|
||||
<link rel="prefetch" href="/prism.css" />
|
||||
<link rel="prefetch" href="/demo" as="document" />
|
||||
<!-- <link rel="prefetch" href="/prism.js" />
|
||||
<link rel="prefetch" href="/prism.css" /> -->
|
||||
<style>
|
||||
@counter-style publish-icons {
|
||||
system: cyclic;
|
||||
|
|
Loading…
Reference in a new issue