mirror of
https://github.com/gogrlx/docs.grlx.dev.git
synced 2026-04-02 11:18:58 -07:00
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
---
|
|
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>
|