Make manuals routes runtime-backed

This commit is contained in:
DMleadgen 2026-03-27 12:48:54 -06:00
parent 7f97f76ca1
commit 9ac8006831
Signed by: matt
GPG key ID: C2720CF8CD701894
2 changed files with 4 additions and 0 deletions

View file

@ -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'

View file

@ -1,3 +1,5 @@
export const dynamic = "force-dynamic"
import { existsSync } from 'fs'
import { join } from 'path'
import { Metadata } from 'next'