Skip to content

Commit

Permalink
fix: update meta tags for seo
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdibha committed Dec 30, 2023
1 parent 348cfa2 commit 079dfc7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions apps/web/src/config/site-config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 079dfc7

Please sign in to comment.