Skip to content

Commit

Permalink
add preconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
jperelli committed Aug 25, 2024
1 parent 1c9f06a commit 0bccf77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<link href="https://plus.google.com/117455886911192315188" rel="publisher">

<link rel="preconnect" crossorigin href="https://fonts.googleapis.com">
<link rel="preconnect" crossorigin href="https://fonts.gstatic.com">
<link rel="preconnect" crossorigin href="https://googletagmanager.com">
<link rel="preconnect" href="https://www.google-analytics.com">
<link rel="preconnect" href="https://stats.g.doubleclick.net">
Expand Down
1 change: 1 addition & 0 deletions templates_jinja2/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<link href="https://plus.google.com/117455886911192315188" rel="publisher">

<link rel="preconnect" crossorigin href="https://fonts.googleapis.com">
<link rel="preconnect" crossorigin href="https://fonts.gstatic.com">
<link rel="preconnect" crossorigin href="https://googletagmanager.com">
<link rel="preconnect" href="https://www.google-analytics.com">
<link rel="preconnect" href="https://stats.g.doubleclick.net">
Expand Down

0 comments on commit 0bccf77

Please sign in to comment.