Skip to content

Commit

Permalink
edge
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Aug 6, 2024
1 parent 01c1bb9 commit 1ff5d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/[locale]/(admin)/d&d/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import PageLayout from '@/components/pageLayout'
import { Separator } from '@/components/ui/separator'
import { IntroductionClient } from '@/app/[locale]/(admin)/d&d/page.client'

export const runtime = 'edge'

export default async function Page() {
const { account } = await createSessionServerClient()

Expand Down

0 comments on commit 1ff5d91

Please sign in to comment.