Skip to content

Commit

Permalink
add new notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Oct 29, 2024
1 parent 5bb2b72 commit e5bcdc7
Show file tree
Hide file tree
Showing 2 changed files with 499 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
const notebooks = defineCollection({
type: "content", // v2.5.0 and later
schema: z.object({
title: z.string(),
title: z.string().optional(),
url: z.string().url().optional(),
githubUrl: z.string().url().optional(),
googleColabUrl: z.string().url().optional(),
Expand Down
Loading

0 comments on commit e5bcdc7

Please sign in to comment.