diff --git a/.gitignore b/.gitignore index ceaea36..4c4f1c8 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,5 @@ dist .yarn/install-state.gz .pnp.* +.idea/ +.vscode/ diff --git a/index.astro b/index.astro index b2e4ae5..a81724f 100644 --- a/index.astro +++ b/index.astro @@ -1,5 +1,5 @@ --- -import Layout from "../layouts/primary.astro" +import Layout from "layouts/primary.astro" ---