Make manuals routes runtime-backed
This commit is contained in:
parent
7f97f76ca1
commit
9ac8006831
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
export const dynamic = "force-dynamic"
|
||||
|
||||
import { Metadata } from 'next'
|
||||
import { ManualsDashboardClient } from '@/components/manuals-dashboard-client'
|
||||
import { PublicInset, PublicPageHeader } from '@/components/public-surface'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
export const dynamic = "force-dynamic"
|
||||
|
||||
import { existsSync } from 'fs'
|
||||
import { join } from 'path'
|
||||
import { Metadata } from 'next'
|
||||
|
|
|
|||
Loading…
Reference in a new issue