aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/Layout.astro
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-09-12 15:06:26 +0000
committerAndrew Lee <alee14498@protonmail.com>2023-09-12 22:26:29 -0400
commit86713640eb654d2faa15ccf21ee6ba24bdc78a00 (patch)
tree6245cd4d8c2d683fe30d4a820598dd221ba27d13 /src/layouts/Layout.astro
parent7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14 (diff)
downloadalure-website-astro-rewrite.tar.gz
alure-website-astro-rewrite.tar.bz2
alure-website-astro-rewrite.zip
Finally fixed issueastro-rewrite
Diffstat (limited to 'src/layouts/Layout.astro')
-rw-r--r--src/layouts/Layout.astro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 57e231f..38fb1ff 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -1,6 +1,7 @@
---
import Navbar from "../components/Navbar.jsx";
import PSA from "../components/PSA.astro";
+import "../styles/globals.css";
const { title, description } = Astro.props;
---