Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
spcbfr committed Mar 26, 2024
1 parent 94ae377 commit c7a29d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/notes/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ const notes = await db
.where(eq(Note.published, date))
.limit(1);
console.log(notes);
const note = notes[0];
console.log(notes);
---

<BaseLayout
Expand Down

0 comments on commit c7a29d0

Please sign in to comment.