Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSeage committed Nov 11, 2023
1 parent 60f6b5b commit e5c24d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/app/[locale]/(root)/play/[shareId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { initializeFirestore } from 'firebase-admin/firestore'
import { notFound } from "next/navigation"
import { collectDictionary } from 'websites/dictionaries'

export const dynamic = 'force-dynamic'

export default async function Page(props: any) {
const store = initializeFirestore(app)
const { shareId, locale } = props.params
Expand Down

0 comments on commit e5c24d5

Please sign in to comment.