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 6a3c365 commit 701c42eCopy full SHA for 701c42e
lib/build-pages/page-builders/page-writer.js
@@ -29,7 +29,7 @@ import { writeFile, mkdir } from 'fs/promises'
29
* @param {PageInfo} params.page - Info about the current page
30
* @param {PageData<T>[]} params.pages - An array of info about every page
31
* @param {Object<string, string>} [params.workers] - Map of worker names to their output paths
32
- * @returns {Promise<any>} The rendered inner page thats compatible with its matched layout
+ * @returns {Promise<any> | any} The rendered inner page thats compatible with its matched layout
33
*/
34
35
/**
0 commit comments