Update directives

This commit is contained in:
Dilson's Pickles
2023-09-28 15:41:56 +10:00
parent 96e978593a
commit 46f7fab937
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ const { title } = Astro.props;
<a class="skip-to-content" href="#main" aria-label="Skip to content"
>Skip to content</a
>
<NavigationReact client:load />
<NavigationReact client:only />
<div class="mt-14 flex-1"><slot /></div>
<Footer />
<CookieConsent />

View File

@@ -12,9 +12,9 @@ import RecordAnything from "../components/homepage/RecordAnything.astro";
<BaseLayout title="Audacity | Home">
<HeroBanner />
<ReleaseVideo client:load/>
<ReleaseVideo client:only/>
<RecordAnything />
<ShareYourSounds client:load/>
<ShareYourSounds client:only/>
<FeatureCards />
<BlogPosts />
<DownloadBanner />