Skip to content

Commit ed8bdf4

Browse files
authored
Update creator and author information in layout
Forgot to change this after I changed my username 🤦
1 parent c74cb53 commit ed8bdf4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/layout.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ export const metadata: Metadata = {
1616
url: "https://fixfx.wiki",
1717
locale: "en_US",
1818
images: "https://fixfx.wiki/og.png",
19-
creators: ["@TheRealToxicDev"],
19+
creators: ["@CodeMeAPixel"],
2020
description: "Comprehensive guides and information for the CitizenFX ecosystem.",
2121
},
2222
twitter: {
2323
title: "FixFX",
2424
card: "summary_large_image",
25-
creator: "@TheRealToxicDev",
25+
creator: "@CodeMeAPixel",
2626
site: "https://fixfx.wiki",
2727
images: "https://fixfx.wiki/og.png",
2828
description: "Comprehensive guides and information for the CitizenFX ecosystem.",
@@ -48,10 +48,10 @@ export const metadata: Metadata = {
4848
template: "%s | FixFX",
4949
},
5050
description: "Comprehensive guides and information for the CitizenFX ecosystem.",
51-
creator: "@TheRealToxicDev",
51+
creator: "@CodeMeAPixel",
5252
authors: {
53-
url: "https://github.com/TheRealToxicDev",
54-
name: "Toxic Dev",
53+
url: "https://github.com/CodeMeAPixel",
54+
name: "Pixelated",
5555
},
5656
keywords: keywords,
5757

0 commit comments

Comments
 (0)