Skip to content

Commit

Permalink
Update meta tags in Welcome.vue and change app title to 'Laravel Star…
Browse files Browse the repository at this point in the history
…ter'
  • Loading branch information
abdessamadbettal committed Dec 6, 2024
1 parent 9b2f52c commit efc9326
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 8 additions & 1 deletion resources/js/Pages/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ import { ref } from 'vue';

<template>

<Head title="Welcome" />
<Head>
<title>Laravel Inertia Vue 3 Starter</title>
<meta name="description"
content="Simplify your Laravel development with Laravel Starter! Build faster and smarter with tools like Inertia.js, Vue, Tailwind, multi-language support, SEO optimization, and Filament CMS - all ready to use.">
<meta name="keywords"
content="Laravel, Inertia.js, Vue, TailwindCSS, multi-language, SEO, Filament CMS, Laravel Starter, SSR, Spatie, i18n">
</Head>

<Hero />

</template>
5 changes: 1 addition & 4 deletions resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

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

<!-- 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" />
<script>
window.locale = '{{ app()->getLocale() }}';
</script>

<!-- Scripts -->
@routes
Expand Down

0 comments on commit efc9326

Please sign in to comment.