Skip to content

Commit

Permalink
Update dataset URLs in +page.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
ctwhome committed Mar 14, 2024
1 parent ee74f89 commit 8f5f4aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@
// url: 'https://s3.ctwhome.com/ruisdael/data/animated-data/ql.zarr'
// },
{
title: 'Dataset with Rain 3 (600MB)',
title: 'Localhost (Dev) Dataset with Rain 3 (600MB)',
description: 'Rain and clouds',
image: `${base}/images/cover.webp`,
url: 'http://localhost:5173/data/movie.zarr'
},
{
title: 'Dataset with Rain 3 (600MB)',
description: 'Rain and clouds',
image: `${base}/images/cover.webp`,
url: 'https://storage.googleapis.com/ruisdael/movie.zarr'
}
];
</script>
Expand Down

0 comments on commit 8f5f4aa

Please sign in to comment.