···11-#!/usr/bin/env node
11+#!/usr/bin/env node --no-deprecation
22import yargs from "yargs"
33import { hideBin } from "yargs/helpers"
44import {
+1-1
quartz/plugins/emitters/contentPage.tsx
···131131 if (!containsIndex && !ctx.argv.fastRebuild) {
132132 console.log(
133133 chalk.yellow(
134134- `\nWarning: you seem to be missing an \`index.md\` home page file at the root of your \`${ctx.argv.directory}\` folder. This may cause errors when deploying.`,
134134+ `\nWarning: you seem to be missing an \`index.md\` home page file at the root of your \`${ctx.argv.directory}\` folder (\`${path.join(ctx.argv.directory, "index.md")} does not exist\`). This may cause errors when deploying.`,
135135 ),
136136 )
137137 }