From d2a196cfa8b054181714b63ef3fe474f081eb9d3 Mon Sep 17 00:00:00 2001 From: guitavano Date: Tue, 16 Jan 2024 09:15:39 -0300 Subject: [PATCH] remove deco as default --- website/components/Seo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/components/Seo.tsx b/website/components/Seo.tsx index 75cd3f1cc..d07e37362 100644 --- a/website/components/Seo.tsx +++ b/website/components/Seo.tsx @@ -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 */