Prefetch aicons
This commit is contained in:
parent
dbb9199d6f
commit
3f28f7451f
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ html
|
||||||
link(rel='icon' href= icon || '/favicon.ico')
|
link(rel='icon' href= icon || '/favicon.ico')
|
||||||
link(rel='apple-touch-icon' href= icon || '/apple-touch-icon.png')
|
link(rel='apple-touch-icon' href= icon || '/apple-touch-icon.png')
|
||||||
link(rel='manifest' href='/manifest.json')
|
link(rel='manifest' href='/manifest.json')
|
||||||
|
link(rel='prefetch' href='https://xn--931a.moe/assets/info.png')
|
||||||
|
link(rel='prefetch' href='https://xn--931a.moe/assets/not-found.png')
|
||||||
|
link(rel='prefetch' href='https://xn--931a.moe/assets/error.png')
|
||||||
|
|
||||||
title
|
title
|
||||||
block title
|
block title
|
||||||
|
|
Loading…
Reference in a new issue