mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
disable ranking prefetch
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
{{- end }}
|
||||
|
||||
<!-- Prefetch links -->
|
||||
<link rel="prefetch" href="{{ url }}&date={{.Data.PrevDate}}">
|
||||
<link rel="prefetch" href="{{ url }}&date={{.Data.NextDate}}">
|
||||
<!-- TODO: get the ranking endpoint stable first before setting up prefetch -->
|
||||
<!-- <link rel="prefetch" href="{{ url }}&date={{.Data.PrevDate}}">
|
||||
<link rel="prefetch" href="{{ url }}&date={{.Data.NextDate}}"> -->
|
||||
|
||||
<div class="row justify-content-center g-4">
|
||||
<h1 class="text-center"><i class="bi bi-bar-chart-line me-2"></i>{{ .Title }}</h1>
|
||||
|
||||
Reference in New Issue
Block a user