mirror of
https://github.com/Pantonius/pantosite-astro.git
synced 2026-04-26 09:24:38 +00:00
Fixed gallery link
This commit is contained in:
@@ -9,7 +9,7 @@ const color = Astro.props.color || 'var(--text)';
|
||||
<section>
|
||||
{
|
||||
photos.map((photo) => (
|
||||
<a href={"photography/" + photo.id}>
|
||||
<a href={"/photography/" + photo.id}>
|
||||
<img src={photo.src} />
|
||||
</a>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user