remove view transitions and added architecture stub

This commit is contained in:
Ethan Holz
2023-11-05 14:34:35 -06:00
parent 143e8de114
commit 35622eface
3 changed files with 84 additions and 70 deletions

View File

@@ -1,8 +0,0 @@
---
import type { Props } from '@astro/starlight/props'
import Default from '@astrojs/starlight/components/Head.astro'
import { ViewTransitions } from 'astro:transitions'
---
<ViewTransitions />
<Default {...Astro.props}><slot /><</Default>