dependabot[bot]
2024-02-11 998198cffb9bbcc8a75cd07310c06fabff6750bd
docs/advanced/making plugins.md
@@ -278,7 +278,7 @@
          allFiles,
        }
        const content = renderPage(slug, componentData, opts, externalResources)
        const content = renderPage(cfg, slug, componentData, opts, externalResources)
        const fp = await emit({
          content,
          slug: file.data.slug!,