We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8830c60 commit 5ed7a28Copy full SHA for 5ed7a28
src/pages/blog/[slug].astro
@@ -26,6 +26,8 @@ const { Content: Body } = await render(post);
26
const git = await getEntryGitInfo("posts", post.id);
27
const publishedOn = git?.earliest ?? new Date();
28
const updatedOn = git?.latest ?? new Date();
29
+
30
+console.log({ git, id: post.id }, "WHYYYYY");
31
---
32
33
<style>
0 commit comments