Skip to content

Commit

Permalink
remove nofollow
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Oct 11, 2024
1 parent fd634bc commit 9ab7c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Layout from "src/layout/Layout";
const NotFound = () => {
return (
<Layout>
<NextSeo {...SEO} title="404 | ToDiagram" noindex nofollow />
<NextSeo {...SEO} title="404 | ToDiagram" noindex />
<Stack mt={100} justify="center" align="center">
<Title fz={150} style={{ fontFamily: "monospace" }}>
404
Expand Down
2 changes: 1 addition & 1 deletion src/pages/widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const WidgetPage = () => {

return (
<>
<NextSeo noindex nofollow />
<NextSeo noindex />
<ThemeProvider theme={theme === "dark" ? darkTheme : lightTheme}>
<Toolbar isWidget />
<GraphView isWidget />
Expand Down

0 comments on commit 9ab7c6f

Please sign in to comment.