Copy overhaul + qr designs
This commit is contained in:
@@ -94,9 +94,12 @@ export function generateMetadata({ params }: PageProps): Metadata {
|
||||
follow: true,
|
||||
},
|
||||
icons: {
|
||||
icon: [{ url: "/favicon1.png", type: "image/png" }],
|
||||
shortcut: "/favicon1.png",
|
||||
apple: "/favicon1.png",
|
||||
icon: [
|
||||
{ url: "/favicon.svg", type: "image/svg+xml" },
|
||||
{ url: "/favicon.ico", sizes: "16x16 32x32", type: "image/x-icon" },
|
||||
],
|
||||
shortcut: "/favicon.ico",
|
||||
apple: "/logo.svg",
|
||||
},
|
||||
openGraph: {
|
||||
title,
|
||||
|
||||
Reference in New Issue
Block a user