Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl authored Nov 4, 2024
1 parent 6d4c13b commit 8951c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import localFont from "next/font/local"
export const metadata: Metadata = {
metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL ?? siteConfig.url),
title: {
default: `${siteConfig.name} - Modern and Customizable React Components`,
template: `%s / ${siteConfig.name} - Modern and Customizable React Components`
default: `${siteConfig.name}`,
template: `%s / ${siteConfig.name}`
},
description: siteConfig.description,
alternates: {
Expand Down

0 comments on commit 8951c1f

Please sign in to comment.