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 6752caf commit f45e587Copy full SHA for f45e587
packages/doom/src/global/SiteOverrides/index.tsx
@@ -39,6 +39,7 @@ export const SiteOverrides = () => {
39
pageType,
40
// Inject by remark-plugin-toc
41
title: articleTitle,
42
+ // eslint-disable-next-line @typescript-eslint/no-useless-default-assignment
43
frontmatter = {},
44
} = page
45
packages/doom/src/plugins/auto-sidebar/walk.ts
@@ -244,6 +244,7 @@ export async function scanSideMeta(
244
}
245
246
const {
247
248
type = 'file',
249
name,
250
label = '',
0 commit comments