Adjust site for proper utilization of submodules

This commit is contained in:
Logic Kenzie 2023-09-25 08:17:40 -05:00
parent d2adb1cefd
commit e929c792af
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -130,3 +130,5 @@ dist
.yarn/install-state.gz .yarn/install-state.gz
.pnp.* .pnp.*
.idea/
.vscode/

View file

@ -1,5 +1,5 @@
--- ---
import Layout from "../layouts/primary.astro" import Layout from "layouts/primary.astro"
--- ---
<Layout> <Layout>