1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2026-05-06 13:48:12 +02:00

build(deps): update latest

This commit is contained in:
2023-07-19 00:09:28 +02:00
parent 643e0e5821
commit 0bbebeab99
7 changed files with 677 additions and 526 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ const BlogPostPage: NextPage<BlogPostPageProps> = (props) => {
)
},
a: (props) => {
if (props.href?.startsWith('#') ?? false) {
const { href = '' } = props
if (href.startsWith('#')) {
return <a {...props} />
}
return (