Skip to content

Commit 9ab7c6f

Browse files
committed
remove nofollow
1 parent fd634bc commit 9ab7c6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/404.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Layout from "src/layout/Layout";
88
const NotFound = () => {
99
return (
1010
<Layout>
11-
<NextSeo {...SEO} title="404 | ToDiagram" noindex nofollow />
11+
<NextSeo {...SEO} title="404 | ToDiagram" noindex />
1212
<Stack mt={100} justify="center" align="center">
1313
<Title fz={150} style={{ fontFamily: "monospace" }}>
1414
404

src/pages/widget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const WidgetPage = () => {
7272

7373
return (
7474
<>
75-
<NextSeo noindex nofollow />
75+
<NextSeo noindex />
7676
<ThemeProvider theme={theme === "dark" ? darkTheme : lightTheme}>
7777
<Toolbar isWidget />
7878
<GraphView isWidget />

0 commit comments

Comments
 (0)