Add meta tags

This commit is contained in:
2025-10-11 21:51:30 +02:00
parent 92056f073f
commit f9d89e4115
6 changed files with 66 additions and 6 deletions

View File

@@ -3,6 +3,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no">
<meta name="theme-color" content="#ffffff">
{{-- Inline style to set the HTML background color based on our theme in app.css --}}
<style>
@@ -11,7 +14,7 @@
}
</style>
<title inertia>{{ config('app.name', 'Laravel') }}</title>
<title inertia>GhostPizza</title>
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">