Skip to content

Commit

Permalink
chore: Added 404 metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Dec 17, 2024
1 parent 4c60c69 commit 830f77d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ import { Button } from '@/components/Button'
import { HeroPattern } from '@/components/HeroPattern'
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.',
openGraph: {
title: 'Page Not Found',
},
}

export default function NotFound() {
return (
<>
Expand Down

0 comments on commit 830f77d

Please sign in to comment.