forked from e621ng/e621ng
Do not prefetch the next page of search results
Enable this again if it turns out that it makes a big difference.
This commit is contained in:
parent
d06d31fadf
commit
813a700b26
@ -65,7 +65,6 @@
|
||||
|
||||
<% content_for(:html_header) do %>
|
||||
<%= tag.link href: posts_path(format: "atom", tags: params[:tags]), rel: "alternate", title: "ATOM", type: "application/atom+xml" %>
|
||||
<%= tag.link rel: "prefetch", href: next_page_url, as: "html", crossorigin: "use-credentials" %>
|
||||
<%= tag.link rel: "next", href: next_page_url %>
|
||||
<% if prev_page_url %>
|
||||
<%= tag.link rel: "prev", href: prev_page_url %>
|
||||
|
Loading…
Reference in New Issue
Block a user