We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995d91a commit 979d4beCopy full SHA for 979d4be
app/views/layouts/_head.html.haml
@@ -6,6 +6,6 @@
6
= favicon_link_tag 'apple-touch-icon.png', rel: 'apple-touch-icon', type: 'image/png'
7
= tag 'link', rel: 'manifest', href: manifest_path(format: :json)
8
= javascript_include_tag 'application', defer: true
9
-%link{rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: true}
+%link{rel: 'preconnect', href: 'https://fonts.googleapis.com', crossorigin: true}
10
= stylesheet_link_tag 'application', media: 'all'
11
= render 'layouts/ga'
0 commit comments