Skip to content

Commit 5cfa972

Browse files
committed
feat: add faq as section to OG image
1 parent b1d017c commit 5cfa972

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

theme.config.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ const config: DocsThemeConfig = {
160160
? "Changelog"
161161
: asPath.startsWith("/cookbook/")
162162
? "Cookbook"
163+
: asPath.startsWith("/faq/")
164+
? "FAQ"
163165
: "";
164166

165167
const image = frontMatter.ogImage

0 commit comments

Comments
 (0)