Static Export
Enable static export with Fumadocs
쿠키를 사용합니다
필수 쿠키는 앱이 정상적으로 동작하는 데 필요합니다. 선택적 분석, 지원, 마케팅 쿠키는 사이트와 서비스를 개선하는 데 도움이 됩니다. 쿠키 정책.
Since the search functionality is powered by remote servers, static export works without configuration.
The default search config of Orama Search uses route handlers, which is not supported by static export.
Instead, you can build the search indexes statically following the Orama Search guide. And enable static mode on search client from Root Provider:
import { RootProvider } from 'fumadocs-ui/provider';
import type { ReactNode } from 'react';
This allows the route handler to be statically cached into a single file, and search will be computed on browser instead.