We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d5ed2 commit ed2f43eCopy full SHA for ed2f43e
1 file changed
lib/build-pages/page-builders/template-builder.js
@@ -50,7 +50,6 @@ import { writeFile, mkdir } from 'fs/promises'
50
* globalVars passed here already includes global.data.js output merged in.
51
* @template {Record<string, any>} T - The type of global variables for the template builder
52
* @param {object} params
53
- * @param {string} params.src - The src path of the site build.
54
* @param {string} params.dest - The dest path of the site build.
55
* @param {T} params.globalVars - globalVars merged with global.data.js output.
56
* @param {TemplateInfo} params.template - The TemplateInfo of the template.
0 commit comments