fix: fix ios yellow bar again

This commit is contained in:
DuroCodes
2025-04-21 11:09:11 -04:00
parent d8cf9849fa
commit 0e9ef24c59

View File

@@ -13,7 +13,7 @@ export const metadata: Metadata = {
description: "a pastebin made with sponge",
openGraph: { images: "/sponge.png" },
twitter: { card: "summary" },
appleWebApp: { statusBarStyle: "black-translucent" },
appleWebApp: { statusBarStyle: "black" },
};
export const viewport: Viewport = {