Skip to content

Commit

Permalink
chore: Update layout metadata for portfolio site
Browse files Browse the repository at this point in the history
- Changed the title template and default title to reflect the new portfolio site, perc.dev.
- Updated the description to welcome users to the portfolio, replacing the previous focus on Hypixel ban statistics.
  • Loading branch information
kWAYTV committed Dec 4, 2024
1 parent d711e46 commit 391af89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ export default function RootLayout({

export const metadata = createMetadata({
title: {
template: '%s | banz.club',
default: 'Hypixel Ban Statistics'
template: '%s | perc.dev',
default: 'perc.dev'
},
description: 'Real-time tracking of Hypixel ban statistics',
description: 'Welcome to my portfolio!',
metadataBase: baseUrl
});

0 comments on commit 391af89

Please sign in to comment.