From 8c58b5e022b6a3fb9a3517c35ce8d1226268f17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B3=8A=E6=B6=82?= <104620424+hu-tu-yi-shi@users.noreply.github.com> Date: Sun, 26 Feb 2023 13:35:34 +0800 Subject: [PATCH] Update [slug].tsx fix a bug, the version has no `.html` attr , instead `.raw` --- pages/posts/[slug].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/posts/[slug].tsx b/pages/posts/[slug].tsx index 40307a2..c540c41 100644 --- a/pages/posts/[slug].tsx +++ b/pages/posts/[slug].tsx @@ -34,7 +34,7 @@ const PostLayout = ({ post }: { post: Post }) => {