We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ceb966 commit 7687ae2Copy full SHA for 7687ae2
packages/docs/src/routes/(blog)/blog/components/mdx/article-block.tsx
@@ -11,8 +11,6 @@ export const ArticleBlock = component$<Props>(({ authorLink }) => {
11
const location = useLocation();
12
const { frontmatter } = useDocumentHead();
13
const article = blogArticles.find(({ path }) => path === location.url.pathname);
14
-
15
- console.log(frontmatter.authors);
16
const authorLinks = frontmatter.authors.map((author: string) => authors[author].socialLink);
17
18
return (
0 commit comments