Skip to content

Commit

Permalink
And change the domain
Browse files Browse the repository at this point in the history
  • Loading branch information
pedantic-git committed Aug 7, 2024
1 parent 995d91a commit 979d4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_head.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
= favicon_link_tag 'apple-touch-icon.png', rel: 'apple-touch-icon', type: 'image/png'
= tag 'link', rel: 'manifest', href: manifest_path(format: :json)
= javascript_include_tag 'application', defer: true
%link{rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: true}
%link{rel: 'preconnect', href: 'https://fonts.googleapis.com', crossorigin: true}
= stylesheet_link_tag 'application', media: 'all'
= render 'layouts/ga'

0 comments on commit 979d4be

Please sign in to comment.