chore(config): Fixed linting errors for CI
Some checks failed
/ build (push) Failing after 27s

This commit is contained in:
Daniël Groothuis
2025-10-31 16:21:06 +01:00
parent 9179caf200
commit 2a9a4f980a

View File

@@ -104,7 +104,7 @@ export const FolderPage: QuartzEmitterPlugin<Partial<FolderPageOptions>> = (user
const opts: FullPageLayout = { const opts: FullPageLayout = {
...sharedPageComponents, ...sharedPageComponents,
...defaultListPageLayout, ...defaultListPageLayout,
pageBody: FolderContent({ sort: userOpts?.sort }), pageBody: FolderContent(),
...userOpts, ...userOpts,
} }