Skip to content

Commit

Permalink
add descirption
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Jan 22, 2025
1 parent 92e4d49 commit 3d40e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sdk-components-react/src/head-slot.template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { type TemplateMeta, $ } from "@webstudio-is/template";

export const meta: TemplateMeta = {
category: "general",
description: "Head",
description:
"The Head Slot component lets you customize page-specific head elements (like canonical URLs), which merge with your site's global head settings, with Head Slot definitions taking priority over Page Settings. For site-wide head changes, use Project Settings instead.",
order: 6,
template: (
<$.HeadSlot>
Expand Down

0 comments on commit 3d40e30

Please sign in to comment.