feat: some shit
This commit is contained in:
@ -10,7 +10,7 @@ type CustomProps = {
|
||||
type Props = CollectionEntry<"blog">["data"] & CustomProps;
|
||||
|
||||
const { title, date, _layout, backlink = "/blog" } = Astro.props;
|
||||
const path = useTranslatedPath(Astro);
|
||||
const path = useTranslatedPath(Astro.url);
|
||||
---
|
||||
|
||||
<Layout title={title}>
|
||||
|
Reference in New Issue
Block a user