From 0cc8742bc385c693c5594e1c78d5b75d34ada05a Mon Sep 17 00:00:00 2001 From: bobinstein Date: Tue, 17 Dec 2024 16:01:24 -0500 Subject: [PATCH] chore: 404 metadata image --- src/app/not-found.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 7bb4ad26..8aeec692 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -5,8 +5,18 @@ import { SquareArrowOutUpRight } from 'lucide-react' export const metadata = { title: 'Page Not Found', description: 'This page was not found in the current version of our documentation, but rest assured that if it ever existed, it is still available on the permaweb.', + images: [ + { + url: "https://arweave.net/JluJoV__SITJWXvtzkoKvsMoRqQOWnvVX7G6kAj2RdU", + }, + ], openGraph: { title: 'Page Not Found', + images: [ + { + url: "https://arweave.net/JluJoV__SITJWXvtzkoKvsMoRqQOWnvVX7G6kAj2RdU", + }, + ], }, }