Skip to content

Commit 1fd5339

Browse files
committed
docs: update meta title and description for ESLint React
1 parent 91fa1fc commit 1fd5339

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

website/pages/_document.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ import { Head, Html, Main, NextScript } from "next/document";
33
import { PUBLIC_URL } from "#/constants";
44

55
export default function Document() {
6-
const metaTitle = "eslint-react";
7-
// dprint-ignore
8-
const metaDescription = "ESLint React - A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.";
6+
const metaTitle = "ESLint React";
7+
const metaDescription = "ESLint React - The most advanced lint rules for React.";
98

109
return (
1110
<Html lang="en">

0 commit comments

Comments
 (0)