Skip to content

Commit

Permalink
Adds dynamic meta tags for the site index page
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cintra committed Oct 31, 2024
1 parent 363a5cd commit de2a691
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stubs/site/modules/Index/views/index.blade.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit de2a691

Please sign in to comment.