Skip to content

Commit

Permalink
chore: update sitemap script and metadata keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ridemountainpig committed Jan 7, 2025
1 parent bd0a936 commit 0fa75ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const metadata: Metadata = {
description:
"Bring your vision to life with beautiful, customizable color palettes! Hue Palette empowers everyone from creators to enthusiasts to explore, design, and apply unique color combinations effortlessly. Add a touch of creativity to any project. Create custom hue palettes and generate Tailwind CSS configuration code in seconds. Hue Palette is perfect for both designers and developers!",
keywords:
"color palette generator, hue palette, custom color palettes, Tailwind CSS colors, Tailwind CSS palette generator, web design color tool, CSS color config, color schemes for web design, custom hue palette, Tailwind color customizer, UI/UX color palette, online color tool, frontend design color tool, web development color palettes, Tailwind CSS config generator, accessible color palettes, hue picker, Tailwind theme colors",
"Color Palette Generator, Hue Palette, Custom Color Palettes, Tailwind CSS Colors, Tailwind CSS Palette Generator, Web Design Color Tool, CSS Color Configurator, Color Schemes for Web Design, Custom Hue Palette, Tailwind Color Customizer, UI/UX Color Palette, Online Color Tool, Frontend Design Color Tool, Web Development Color Palettes, Tailwind CSS Config Generator, Accessible Color Palettes, Hue Picker, Tailwind Theme Colors",
authors: [
{
name: "ridemountainpig",
Expand Down
6 changes: 3 additions & 3 deletions app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function sitemap(): MetadataRoute.Sitemap {
let hueJsonSitemap = [];

for (const hue of hueData) {
const url = `https://hue-palette.com/${hue.name}/`;
const url = `https://www.hue-palette.com/${hue.name}/`;
hueJsonSitemap.push({
url: url,
priority: 0.8,
Expand All @@ -20,12 +20,12 @@ export default function sitemap(): MetadataRoute.Sitemap {

return [
{
url: "https://hue-palette.com",
url: "https://www.hue-palette.com",
priority: 1,
lastModified: new Date(),
},
{
url: "https://hue-palette.com/hue-generator",
url: "https://www.hue-palette.com/hue-generator",
priority: 0.8,
},
...hueJsonSitemap,
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 0fa75ef

Please sign in to comment.