Static Export
Enable static export with Fumadocs
Overview
Fumadocs is fully compatible with Next.js static export, allowing you to export the app as a static HTML site without a Node.js server.
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export',
};Search
Cloud Solutions
Since the search functionality is powered by remote servers, static export works without configuration.
Built-in Search
The default search config of Orama Search uses route handlers, which is not supported by static export.
Music FX Docs