diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index ea1ca83..b436b9c 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,6 +1,7 @@ --- import "../styles/global.css" import Navbar from "../components/Navbar.astro" +import path from "../utils/path.ts" const props = Astro.props --- @@ -10,9 +11,9 @@ const props = Astro.props
- - - + + +