Skip to content

Commit

Permalink
fix: lazy loading some components
Browse files Browse the repository at this point in the history
  • Loading branch information
GonzaloHirsch committed Apr 8, 2024
1 parent ad886c8 commit 4c8c33b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<SectionsPassion />
<SectionsProjects />
<ClientOnly>
<SectionsGithubSummary />
<LazySectionsGithubSummary />
</ClientOnly>
<SectionsProjectsExtended />
<SectionsContact />
<ClientOnly>
<SectionsFilms />
<LazySectionsFilms />
</ClientOnly>
</main>
</template>
Expand Down

0 comments on commit 4c8c33b

Please sign in to comment.