попытка настроить время материала
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-07 10:08:37 +03:00
parent 8ca301bf39
commit 6e88bf5d72
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -59,6 +59,7 @@ export const CreatedModifiedDate: QuartzTransformerPlugin<Partial<Options>> = (u
// It's either the same as the workdir, // It's either the same as the workdir,
// or 1+ level higher in case of a submodule/subtree setup // or 1+ level higher in case of a submodule/subtree setup
repo = Repository.discover("/usr/src/app/content") repo = Repository.discover("/usr/src/app/content")
console.log(chalk.green(`Git repository found at: ${repo.path()}`));
} }
try { try {