diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 7b76076..4fac6a7 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -1,5 +1,6 @@ --- let { title } = Astro.props; +import "../styles/global.scss" --- @@ -10,5 +11,9 @@ let { title } = Astro.props;