Skip to content

Commit

Permalink
remove deco as default (deco-cx#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
guitavano authored and vitoUwu committed Feb 12, 2024
1 parent 7c5adc8 commit eeb6f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/components/Seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ export interface Props {
/**
* @title Title template
* @description add a %s whenever you want it to be replaced with the product name, category name or search term
* @default %s | Deco.cx
* @default %s
*/
titleTemplate?: string;
description?: string;
/**
* @title Description template
* @description add a %s whenever you want it to be replaced with the product name, category name or search term
* @default %s | Deco.cx
* @default %s
*/
descriptionTemplate?: string;
/** @default website */
Expand Down

0 comments on commit eeb6f41

Please sign in to comment.