mirror of
https://github.com/catdevnull/transicion-desordenada-diablo
synced 2024-11-26 11:26:18 +00:00
Compare commits
No commits in common. "12b7d705f7a8a2822c1b733a5dd40f4a82266841" and "bb29954eefd6339c31e281a49f6410504a6c30b9" have entirely different histories.
12b7d705f7
...
bb29954eef
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
/* /index.html 200
|
|
@ -23,7 +23,7 @@ export const zDataset = z.object({
|
|||
export const zData = z.object({
|
||||
title: z.string(),
|
||||
description: z.string(),
|
||||
homepage: z.string().optional(),
|
||||
homepage: z.string(),
|
||||
dataset: z.array(zDataset),
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue