diff --git a/src/layouts/StarlightLayout.astro b/src/layouts/StarlightLayout.astro new file mode 100644 index 0000000..dd6c8eb --- /dev/null +++ b/src/layouts/StarlightLayout.astro @@ -0,0 +1,13 @@ +--- +// Importing View Transitions component +import { ViewTransitions } from "astro:transitions"; +--- + + +
+