Skip to content

Commit 979d4be

Browse files
committed
And change the domain
1 parent 995d91a commit 979d4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/_head.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
= favicon_link_tag 'apple-touch-icon.png', rel: 'apple-touch-icon', type: 'image/png'
77
= tag 'link', rel: 'manifest', href: manifest_path(format: :json)
88
= javascript_include_tag 'application', defer: true
9-
%link{rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: true}
9+
%link{rel: 'preconnect', href: 'https://fonts.googleapis.com', crossorigin: true}
1010
= stylesheet_link_tag 'application', media: 'all'
1111
= render 'layouts/ga'

0 commit comments

Comments
 (0)