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 fd634bc commit 9ab7c6fCopy full SHA for 9ab7c6f
src/pages/404.tsx
@@ -8,7 +8,7 @@ import Layout from "src/layout/Layout";
8
const NotFound = () => {
9
return (
10
<Layout>
11
- <NextSeo {...SEO} title="404 | ToDiagram" noindex nofollow />
+ <NextSeo {...SEO} title="404 | ToDiagram" noindex />
12
<Stack mt={100} justify="center" align="center">
13
<Title fz={150} style={{ fontFamily: "monospace" }}>
14
404
src/pages/widget.tsx
@@ -72,7 +72,7 @@ const WidgetPage = () => {
72
73
74
<>
75
- <NextSeo noindex nofollow />
+ <NextSeo noindex />
76
<ThemeProvider theme={theme === "dark" ? darkTheme : lightTheme}>
77
<Toolbar isWidget />
78
<GraphView isWidget />
0 commit comments