convert web to static export

This commit is contained in:
Aman Varshney
2025-02-15 15:56:10 +05:30
parent 8f8bf3cd8c
commit e5badb108c
8 changed files with 18 additions and 10467 deletions

View File

@@ -1,4 +1,6 @@
import { source } from "@/lib/source";
import { createFromSource } from "fumadocs-core/search/server";
export const { GET } = createFromSource(source);
export const revalidate = false;
export const { staticGET: GET } = createFromSource(source);