We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f0a32 commit e74a0b0Copy full SHA for e74a0b0
app/utils/docs.ts
@@ -66,13 +66,6 @@ export const fetchDocs = createServerFn({ method: 'GET' })
66
const frontMatter = extractFrontMatter(file)
67
const description = removeMarkdown(frontMatter.excerpt ?? '')
68
69
- console.log({
70
- title: frontMatter.data?.title,
71
- description,
72
- filePath,
73
- // content: frontMatter.content,
74
- })
75
-
76
// Cache for 5 minutes on shared cache
77
// Revalidate in the background
78
setHeader('Cache-Control', 'public, max-age=0, must-revalidate')
0 commit comments