diff --git a/quartz/plugins/transformers/lastmod.ts b/quartz/plugins/transformers/lastmod.ts index 5b8984eb7..fd80871be 100644 --- a/quartz/plugins/transformers/lastmod.ts +++ b/quartz/plugins/transformers/lastmod.ts @@ -59,6 +59,7 @@ export const CreatedModifiedDate: QuartzTransformerPlugin> = (u // It's either the same as the workdir, // or 1+ level higher in case of a submodule/subtree setup repo = Repository.discover("/usr/src/app/content") + console.log(chalk.green(`Git repository found at: ${repo.path()}`)); } try {