From 3b3bfea94c0d57b22d365918860f092e9a3e7b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B9=8F=E5=9D=A4-=E6=89=A7=E6=89=8B=E5=AF=B9?= =?UTF-8?q?=E5=BD=B1=E6=88=90=E5=8F=8C?= Date: Sat, 29 Apr 2023 23:05:12 +0800 Subject: [PATCH] docs: add head ` ] - // would render: ] } ``` @@ -295,7 +318,7 @@ export default { } ``` -It can also be an array of extact url string, regex patterns, or custom filter functions. +It can also be an array of exact url string, regex patterns, or custom filter functions. ```ts export default { @@ -557,7 +580,7 @@ export default { `transformPageData` is a hook to transform the `pageData` of each page. You can directly mutate `pageData` or return changed values which will be merged into PageData. ::: warning -Don't mutate anything inside the `ctx`. +Don't mutate anything inside the `ctx`. ::: ```ts