mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
fix: resolve undefined slug in Share.astro component-closes #66
This commit is contained in:
@@ -88,7 +88,7 @@ const { title, description, author, categories, image, date, tags } = post.data;
|
||||
className="social-icons"
|
||||
title={title}
|
||||
description={description}
|
||||
slug={post.slug}
|
||||
slug={post.id}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user