fix: disable register page static caching (#414)
This commit is contained in:
parent
169bf35e80
commit
c2e6f39740
@ -1,4 +1,6 @@
|
||||
export const dynamic = 'error'
|
||||
export const dynamic = 'force-dynamic'
|
||||
|
||||
export const revalidate = 0
|
||||
|
||||
import { Suspense } from 'react'
|
||||
import { notFound } from 'next/navigation'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user