Skip to content

Commit a424dd5

Browse files
committed
Update layout.tsx
1 parent e70df75 commit a424dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ if (typeof window !== 'undefined') {
2626

2727

2828
const metadata = {
29-
title: 'Blog - Tristan Poland',
30-
description: 'A blog about game and web development, backend programming, hardware, security, privacy, and technology.',
29+
title: 'Blog - Horizon - Far Beyond',
30+
description: "A blog Far Beyond's developers use to share their knowledge, experiences, insights, and updates on our projects.",
3131
};
3232

3333
export default function RootLayout({ children }: { children: React.ReactNode }) {

0 commit comments

Comments
 (0)