Skip to content

Commit

Permalink
remove runtime (deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed May 2, 2024
1 parent 6eaba7a commit 5d69dbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions app/not-found.tsx
@@ -1,7 +1,5 @@
import notFound from '@/public/not-found.webp'
import Image from 'next/image'
import notFound from '../public/not-found.webp'

export const runtime = 'edge'

/**
* The 404 component.
Expand Down
2 changes: 0 additions & 2 deletions app/r/[slug]/page.tsx
Expand Up @@ -8,8 +8,6 @@ import {PageProps} from '@/lib/types'
import type {Metadata} from 'next'
import Link from 'next/link'

export const runtime = 'edge'

/**
* Generate metadata.
*
Expand Down

0 comments on commit 5d69dbb

Please sign in to comment.