Format with prettier

This commit is contained in:
prototypa
2022-11-07 14:10:21 -05:00
parent 5d0cee673a
commit 7d8319d13a
5 changed files with 18 additions and 12 deletions

View File

@ -23,7 +23,7 @@ export async function getStaticPaths() {
}
const { post } = Astro.props;
const canonical = post.canonical || getCanonical(getPermalink(post.slug, 'post'))
const canonical = post.canonical || getCanonical(getPermalink(post.slug, 'post'));
const meta = {
title: `${post.title} — ${SITE.name}`,