plyght
2024-11-22 e1d754ef79e8c04d6fe0f9031ce74baf48d3bb10
quartz/components/renderPage.tsx
@@ -29,7 +29,12 @@
  const contentIndexScript = `const fetchData = fetch("${contentIndexPath}").then(data => data.json())`
  return {
    css: [joinSegments(baseDir, "index.css"), ...staticResources.css],
    css: [
      {
        content: joinSegments(baseDir, "index.css"),
      },
      ...staticResources.css,
    ],
    js: [
      {
        src: joinSegments(baseDir, "prescript.js"),