Skip to content

Commit

Permalink
chore: 404 metadata image
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Dec 17, 2024
1 parent 830f77d commit 0cc8742
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
}

Expand Down

0 comments on commit 0cc8742

Please sign in to comment.