diff --git a/apps/www/src/registry/default/block/slate-to-html/page.tsx b/apps/www/src/registry/default/block/slate-to-html/page.tsx index 1ea574926e..2edcc5ae73 100644 --- a/apps/www/src/registry/default/block/slate-to-html/page.tsx +++ b/apps/www/src/registry/default/block/slate-to-html/page.tsx @@ -129,6 +129,8 @@ import { TableRowElementStatic } from '@/registry/default/plate-ui/table-row-ele import { TocElementStatic } from '@/registry/default/plate-ui/toc-element-static'; import { ToggleElementStatic } from '@/registry/default/plate-ui/toggle-element-static'; +export const dynamic = 'force-dynamic'; + export const description = 'Slate to HTML'; export const iframeHeight = '800px';