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 27c933f commit feb5922Copy full SHA for feb5922
app/page.tsx
@@ -18,8 +18,8 @@ const desc = [
18
"简单实现 markdown 编写保存时的页面 hmr",
19
"Github Action 自动化部署",
20
'<a class="text-link" target="_blank" rel="noopener noreferrer" href="https://jsonq.netlify.app">镜像站点</a> 托管 netlify',
21
- "pagefind 本地检索(pagefind 仅支持静态页面,因此 RSC 无法使用)",
22
- "优秀的性能和可访问性,Lighthouse 评分 95+(文章内容大小会影响 Perfermance)",
+ "pagefind 本地检索(pagefind 仅支持 SSG)",
+ "优秀的性能和可访问性,Lighthouse 评分 95+(文章内容大小会影响 Performance)",
23
],
24
},
25
];
0 commit comments