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 ba66e26 commit 12815f8Copy full SHA for 12815f8
src/theme/NotFound/index.tsx
@@ -28,8 +28,12 @@ const NotFound = ({ location }) => {
28
autoAddBaseUrl: false,
29
target: "_self",
30
},
31
- { href: "https://blog.owenyang.top", label: "阅读木易的博客" },
32
- { to: "/portal/docs/intro/", label: "阅读文档", autoAddBaseUrl: true },
+ { to: "https://blog.owenyang.top", label: "阅读木易的博客" },
+ {
33
+ to: "/portal/docs/intro/",
34
+ label: "阅读文档",
35
+ autoAddBaseUrl: true,
36
+ },
37
].map(({ to, label, autoAddBaseUrl }) => (
38
<li key={to}>
39
<Link to={to} autoAddBaseUrl={autoAddBaseUrl}>
0 commit comments