mirror of
https://github.com/catdevnull/transicion-desordenada-diablo
synced 2024-11-26 11:26:18 +00:00
Compare commits
2 commits
bb29954eef
...
12b7d705f7
Author | SHA1 | Date | |
---|---|---|---|
12b7d705f7 | |||
373e50c155 |
2 changed files with 2 additions and 1 deletions
1
frontend/public/_redirects
Normal file
1
frontend/public/_redirects
Normal file
|
@ -0,0 +1 @@
|
|||
/* /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(),
|
||||
homepage: z.string().optional(),
|
||||
dataset: z.array(zDataset),
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue