We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fd9ae commit 8921f13Copy full SHA for 8921f13
1 file changed
site/overview.md
@@ -62,7 +62,7 @@ const project = await app.convert();
62
63
if (project) {
64
// Generate configured outputs
65
- await generateOutputs(project);
+ await app.generateOutputs(project);
66
67
// Alternatively...
68
const outputDir = "docs";
0 commit comments