From 079dfc71be2c0ad2575a72cb2b9eaadf398a0397 Mon Sep 17 00:00:00 2001 From: Mehdi BHA Date: Sat, 30 Dec 2023 18:29:07 +0100 Subject: [PATCH] fix: update meta tags for seo --- apps/web/src/config/site-config.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/apps/web/src/config/site-config.tsx b/apps/web/src/config/site-config.tsx index 261023a..0e845fa 100644 --- a/apps/web/src/config/site-config.tsx +++ b/apps/web/src/config/site-config.tsx @@ -5,10 +5,18 @@ export const siteConfig = { url: "https://palettify.co", name: "Palettify", logo: "/images/logo.png", - title: "palettify | A monorepo starter to speed up your development", + title: "palettify - instant preview for your theme", description: - "Turbocharge your project with this monorepo starter. It comes with Next.js, Tailwind CSS, Shadcn-ui, Server components, and more.", - keywords: ["Next.js", "React", "Tailwind CSS", "Shadcn-ui", "Server components"], + "Get an instant preview for your theme with palettify. Export your theme in one click.", + keywords: [ + "Theme", + "Theme customizer", + "Next.js", + "React", + "Tailwind CSS", + "Shadcn-ui", + "Server components", + ], authors: [ { name: "mehdibha",