Skip to content

Commit fc7b185

Browse files
committed
文件名修复banner.png ---> banner.jpg
1 parent 4177bf1 commit fc7b185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import "./globals.css";
1212
const DOMAIN = "https://ep.endlesspixel.fun";
1313
const LOGO = "https://ep.endlesspixel.fun/EndlessPixel.png";
1414
const FAVICON_ICO = "/icon.ico";
15-
const OG_IMAGE = "https://ep.endlesspixel.fun/banner.png";
15+
const OG_IMAGE = "https://ep.endlesspixel.fun/banner.jpg";
1616
const DISCORD_INVITE = "https://discord.gg/k63hRWt3fF";
1717
const BRAND_NAME = "EndlessPixel Studio";
1818
const CURRENT_YEAR = new Date().getFullYear().toString();

0 commit comments

Comments
 (0)