| | |
| | | import BodyConstructor from "../../components/Body" |
| | | import { pageResources, renderPage } from "../../components/renderPage" |
| | | import { FullPageLayout } from "../../cfg" |
| | | import { FilePath, canonicalizeServer } from "../../path" |
| | | import { FilePath, canonicalizeServer } from "../../util/path" |
| | | import { defaultContentPageLayout, sharedPageComponents } from "../../../quartz.layout" |
| | | import { Content } from "../../components" |
| | | |
| | |
| | | } |
| | | |
| | | const content = renderPage(slug, componentData, opts, externalResources) |
| | | |
| | | const fp = (file.data.slug + ".html") as FilePath |
| | | await emit({ |
| | | const fp = await emit({ |
| | | content, |
| | | slug: file.data.slug!, |
| | | ext: ".html", |