diff --git a/stubs/site/modules/Index/views/index.blade.php b/stubs/site/modules/Index/views/index.blade.php index 3b5ea96..c1a654f 100644 --- a/stubs/site/modules/Index/views/index.blade.php +++ b/stubs/site/modules/Index/views/index.blade.php @@ -1,5 +1,9 @@ @extends('site-layout') +@section('meta-title', 'Modular: Ready to build') + +@section('meta-description', 'Your amazing site') + @section('bodyEndScripts') @vite('resources-site/js/index-app.js') @endsection