File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ export const GET: APIRoute = () => {
9
9
page_id : docs [ url ] . frontmatter . page_id ,
10
10
title : docs [ url ] . frontmatter . title ,
11
11
url : "https://docs.kinde.com" + url . split ( "/content/docs" ) [ 1 ] . split ( "." ) [ 0 ] + "/" ,
12
- app_context : docs [ url ] . frontmatter . app_context ,
13
- audience : docs [ url ] . frontmatter . audience ,
14
- complexity : docs [ url ] . frontmatter . complexity ,
15
- keywords : docs [ url ] . frontmatter . keywords ,
16
- ai_summary : docs [ url ] . frontmatter . ai_summary ,
17
- updated : docs [ url ] . frontmatter . updated
12
+ app_context : docs [ url ] . frontmatter ? .app_context ,
13
+ audience : docs [ url ] . frontmatter ? .audience ,
14
+ complexity : docs [ url ] . frontmatter ? .complexity ,
15
+ keywords : docs [ url ] . frontmatter ? .keywords ,
16
+ ai_summary : docs [ url ] . frontmatter ? .ai_summary ,
17
+ updated : docs [ url ] . frontmatter ? .updated
18
18
} ) ) ,
19
19
null ,
20
20
2
You can’t perform that action at this time.
0 commit comments