Skip to content

Commit db85d7a

Browse files
Fix build issue with invalid iso date
1 parent ae30d51 commit db85d7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/NowContent.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type Props = CollectionEntry<"now">;
55
66
const { slug, data, render } = Astro.props;
77
const { Content } = await render();
8-
console.log(slug);
8+
// console.log(slug);
99
---
1010

1111
<section

src/content/writing/2024-12-23-w51-weekly-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Notes in the margins, AI, shut-downs, and Jesus models."
33
draft: false
44
heroImage: https://images.unsplash.com/photo-1506485338023-6ce5f36692df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2370&q=80
55
heroImageAlt: Unsplash image from Jazmin Quaynor showing a weekly calendar
6-
pubDate: "2024-12-23T010:00:00.000Z"
6+
pubDate: "2024-12-23T10:00:00.000Z"
77
tags: ["weeknote", "notes", "AI"]
88
title: "2024 Week 51 - Weekly Notes"
99
---

0 commit comments

Comments
 (0)