Author SHA1 Message Date
dredgy e9ad1b45e0 Merge branch 'main' into add-meta-description-to-app 2026-07-12 01:16:28 +10:00
dredgy 0230c77a2a Add Meta Description to App 2026-07-12 01:15:29 +10:00
2 changed files with 2 additions and 1 deletions
@@ -1,6 +1,6 @@
<script setup lang="ts"> <script setup lang="ts">
withDefaults(defineProps<{ withDefaults(defineProps<{
title: string, title?: string,
wide?: boolean, wide?: boolean,
blurb?: string blurb?: string
}>(), { wide: false }) }>(), { wide: false })
+1
View File
@@ -9,6 +9,7 @@
<link rel="icon" type="image/x-icon" href="{{ asset('img/favicons/favicon.png') }}"> <link rel="icon" type="image/x-icon" href="{{ asset('img/favicons/favicon.png') }}">
<!-- Fonts --> <!-- Fonts -->
<meta name="description" content="FlightsGoneBy is the ultimate flight diary — log every flight, earn achievements, visualise your travels on an interactive map, and share your stats with friends.">
<link rel="preconnect" href="https://fonts.bunny.net"> <link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" /> <link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" />
<!-- Apple Touch Icons --> <!-- Apple Touch Icons -->