Skip to content

Commit

Permalink
feat: きあいが足りなかった
Browse files Browse the repository at this point in the history
  • Loading branch information
cut0 committed Apr 13, 2024
1 parent e25b0ea commit 98c7890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/app/src/pages/[articleId].astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import m2h from "zenn-markdown-html";
export async function getStaticPaths() {
const articleList = (await getArticleList.handler({})).map((article) => ({
...article,
// @ts-ignore ライブラリ側で型定義バグ
// @ts-expect-error ライブラリ側で型定義バグ
body: m2h.default(article.body, {
embedOrigin: "https://embed.zenn.studio",
}),
Expand Down

0 comments on commit 98c7890

Please sign in to comment.