Make use of SvelteKit syntax
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<Header album={data.album} base={data.base} />
|
<Header {...data} />
|
||||||
<Gallery album={data.album} base={`${data.base}/i/`} />
|
<Gallery {...data} />
|
||||||
<Footer />
|
<Footer />
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user