aboutsummaryrefslogtreecommitdiffstats
path: root/middleware/src/app/layout.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-30 23:14:14 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-30 23:14:14 -0700
commit7a0a37568a0c5726d25ebf807d8d05c0e4faa74c (patch)
tree718972faa1e45656861249c01c850a9adb697173 /middleware/src/app/layout.tsx
parentce903edb37d9c11ff1e983fbf1015cd95af31140 (diff)
add opengraph middleware
Diffstat (limited to 'middleware/src/app/layout.tsx')
-rw-r--r--middleware/src/app/layout.tsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/middleware/src/app/layout.tsx b/middleware/src/app/layout.tsx
new file mode 100644
index 0000000..a9eb425
--- /dev/null
+++ b/middleware/src/app/layout.tsx
@@ -0,0 +1,10 @@
+import type { ReactNode } from 'react'
+import './globals.css';
+
+export default function RootLayout({ children }: { children: ReactNode }) {
+ return (
+ <html lang="en">
+ <body suppressHydrationWarning>{children}</body>
+ </html>
+ )
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage