feat(components): Add lightgallery library

Add external library until I develop a custom ligthbox
closes #20
This commit is contained in:
Alexander Navarro 2023-12-17 18:33:19 -03:00
parent 5a4c64ed21
commit a6f9ce9647
8 changed files with 491 additions and 784 deletions

View file

@ -23,7 +23,7 @@ const { Content, headings } = await entry.render();
<Layout title={entry.data.title}>
<h1>{entry.data.title}</h1>
<Gallery items={entry.data.media} />
<Gallery client:load items={entry.data.media} />
<Toc headings={headings} />