Skip to content

Commit

Permalink
doc: remove reference to hash hydration
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 14, 2023
1 parent c94f58a commit 788c669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const { data } = await useAsyncData('code-example', () => queryContent('/_code-e
<ShowcaseCard label="Pluggable Core" description="Hook into any part of the head rendering process using Hookable.">
<Icon name="noto:deciduous-tree" class="w-1/2 h-1/2" />
</ShowcaseCard>
<ShowcaseCard label="Plugins for Extra Oomph" description="Boost your performance with Capo.js ordering, Vite tree-shaking and hash hydration.">
<ShowcaseCard label="Plugins for Extra Oomph" description="Boost your performance with custom plugins: Capo.js ordering, Vite tree-shaking, etc.">
<Icon name="noto:rocket" class="w-1/2 h-1/2" />
</ShowcaseCard>
<ShowcaseCard label="Totally Typed" description="Full TypeScript head schema with MDN documentation.">
Expand Down

0 comments on commit 788c669

Please sign in to comment.