Reply
@zander @eleventy it is I—some folks help out on discussions and issues. The other good avenue for help is discord!
Is it this one? https://github.com/11ty/eleventy/issues/2796 I’m not sure `git` metadata will be available in a serverless bundle. You might have better luck with generating a global data file with those timestamps from the build directly into your serverless bundle global data folder? https://www.11ty.dev/docs/permalinks/#ignore-the-output-directory
e.g. `permalinkBypassOutputDir: netlify/functions/SERVERLESS_NAME/_data/gitTimeStamps.json`