Skip to content

Commit

Permalink
Google verification dns on head tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 11, 2024
1 parent 2113dbf commit 46b3b4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/components/logged-out.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>
{{ $title ?? 'Scholarspace' }}
</title>

<meta name="google-site-verification" content="lpki7YHn9zLN5Is7lsjRYSzHIXMSiEErVlY6ppajh2o" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="csrf-token" content="{{ csrf_token() }}">

<title>{{ config('app.name', 'Laravel') }}</title>

<meta name="google-site-verification" content="lpki7YHn9zLN5Is7lsjRYSzHIXMSiEErVlY6ppajh2o" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/guest.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<title>{{ config('app.name', 'Laravel') }}</title>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />

<meta name="google-site-verification" content="lpki7YHn9zLN5Is7lsjRYSzHIXMSiEErVlY6ppajh2o" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" />
Expand Down

0 comments on commit 46b3b4b

Please sign in to comment.