diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 459945c..e1b77d6 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,4 +1,6 @@ --- +import '../styles/global.css'; + export interface Props { title: string; } @@ -13,7 +15,7 @@ const { title } = Astro.props; > - +