Skip to content

Commit 60a7063

Browse files
committed
feat: Metadata Files
1 parent 066ee88 commit 60a7063

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

app/layout.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import type { Metadata } from "next";
44
export const metadata: Metadata = {
55
title: "MikanDev",
66
description: "We make cool stuff to make life easier 🍊",
7-
openGraph: {
8-
images: ["https://mikn.dev/og-homepage.png"],
9-
},
107
};
118

129
export default function RootLayout({ children }: { children: ReactNode }) {
File renamed without changes.
File renamed without changes.

middleware.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import { routing } from "@/i18n/routing";
44
export default createMiddleware(routing);
55

66
export const config = {
7-
// matcher: '/:lng*'
87
matcher: [
9-
"/((?!api|_next/static|_next/image|img|favicon.ico|sw.js|sitemap.xml|vroid*|98gas9mkeb.txt|robots.txt|og-homepage.png).*)",
8+
"/((?!api|_next/static|_next/image|img|favicon.ico|sw.js|sitemap.xml|vroid*|98gas9mkeb.txt|robots.txt|opengraph-image.png).*)",
109
],
1110
};

0 commit comments

Comments
 (0)