parent
e3162f7a7e
commit
2e6a675edd
11 changed files with 94 additions and 578 deletions
|
@ -274,7 +274,7 @@ export const ContentPage: QuartzEmitterPlugin = () => {
|
|||
const allFiles = content.map((c) => c[1].data)
|
||||
for (const [tree, file] of content) {
|
||||
const slug = canonicalizeServer(file.data.slug!)
|
||||
const externalResources = pageResources(slug, resources)
|
||||
const externalResources = pageResources(slug, file.data, resources)
|
||||
const componentData: QuartzComponentProps = {
|
||||
fileData: file.data,
|
||||
externalResources,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue