{{-- Inline script to detect system dark mode preference and apply it immediately --}}
{{-- Inline style to set the HTML background color based on our theme in app.css --}}
{{ config('app.name', 'Laravel') }}
{{-- Structured Data + OG tags for SEO --}}
@if(request()->routeIs('home'))
@php
$ogBaseUrl = 'https://www.tapwise.fr';
$ogUrl = $ogBaseUrl . '/';
$ogImage = $ogBaseUrl . '/og/cover.png';
@endphp
@endif
@vite(['resources/js/app.ts'])
@inertiaHead
@inertia