Skip to content

Commit

Permalink
fix: hydration not working
Browse files Browse the repository at this point in the history
  • Loading branch information
GonzaloHirsch committed Apr 8, 2024
1 parent 7a33341 commit 00258c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
<LazySectionsGithubSummary />
</DelayHydration>
</ClientOnly>
<SectionsProjectsExtended />
<SectionsContact />
<DelayHydration>
<SectionsProjectsExtended />
</DelayHydration>
<DelayHydration>
<SectionsContact />
</DelayHydration>
<ClientOnly>
<DelayHydration>
<LazySectionsFilms />
Expand Down

0 comments on commit 00258c8

Please sign in to comment.