diff --git a/src/components/PageFrame.astro b/src/components/PageFrame.astro index 8a23074..6dd62b1 100644 --- a/src/components/PageFrame.astro +++ b/src/components/PageFrame.astro @@ -2,7 +2,7 @@ import MobileMenuToggle from 'virtual:starlight/components/MobileMenuToggle' import type { Props } from '@astrojs/starlight/props' -const { hasSidebar, labels } = Astro.props; +const { hasSidebar, labels } = Astro.props import { fade, ViewTransitions } from 'astro:transitions' import Search from '@astrojs/starlight/components/Search.astro' ---