Skip to content

Commit

Permalink
use edge runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ashsmith committed Oct 9, 2024
1 parent 17b6295 commit 3bbd5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/post/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
import type { SharedPageProps } from '~/pages/_app'
import { formatDate } from '~/utils'

export const runtime = 'edge'
export const runtime = 'experimental-edge'

interface Query {
[key: string]: string
Expand Down

0 comments on commit 3bbd5df

Please sign in to comment.