Skip to content

Commit

Permalink
[F] Fix hydration mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Nov 20, 2024
1 parent ba20c92 commit 6aa9430
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions content/.vitepress/theme/OurHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ const { frontmatter } = useData();
</VPHomeHero>
<slot name="home-hero-after" />

<slot name="home-features-before" />
<VPHomeFeatures />
<div :class="$style.outerContent">
<div :class="$style.content">
<VPHomeIntro />
</div>
</div>
<slot name="home-features-after" />

<VPHomeContent v-if="frontmatter.markdownStyles !== false">
<Content />
Expand Down

0 comments on commit 6aa9430

Please sign in to comment.