File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 11---
2- import " @fontsource-variable/onest"
2+ import " @fontsource-variable/onest" ;
33
4- import Header from " ../components/Header.astro"
5- import Footer from " ../components/Footer.astro"
6- import { ViewTransitions } from " astro:transitions"
4+ import Header from " ../components/Header.astro" ;
5+ import Footer from " ../components/Footer.astro" ;
6+ import { ViewTransitions } from " astro:transitions" ;
77
88interface Props {
9- title: string
10- description: string
9+ title: string ;
10+ description: string ;
1111}
1212
13- const { description, title } = Astro .props
13+ const { description, title } = Astro .props ;
1414---
1515
1616<!doctype html >
@@ -22,6 +22,7 @@ const { description, title } = Astro.props
2222 <link rel =" icon" type =" image/svg+xml" href =" /favicon.svg" />
2323 <meta name =" generator" content ={ Astro .generator } />
2424 <title >{ title } </title >
25+ <meta name =" darkreader-lock" />
2526 <ViewTransitions />
2627 </head >
2728
You can’t perform that action at this time.
0 commit comments