fix: qed centering
This commit is contained in:
parent
b6c972f9d2
commit
e140fef7e8
2 changed files with 2 additions and 4 deletions
|
|
@ -26,7 +26,6 @@ const category = Astro.params.category;
|
|||
const { Content } = await post.render();
|
||||
const pageTitle = `${category}/${post.data.title ?? post.slug}`;
|
||||
|
||||
console.log(Astro.props);
|
||||
if (post.data?.redirect) {
|
||||
return Astro.redirect(post.data.redirect, 301);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue