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