mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
Add detailed description to page title, to increase SEO
This commit is contained in:
@ -21,7 +21,7 @@ import WrapperRegistry from '@/wrappers/index';
|
|||||||
const App = ({ Component, pageProps }: AppProps): JSX.Element => (
|
const App = ({ Component, pageProps }: AppProps): JSX.Element => (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Reactive Resume</title>
|
<title>Reactive Resume | A free and open source resume builder</title>
|
||||||
|
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
|
|||||||
@ -2,7 +2,7 @@ import { NextPage } from 'next';
|
|||||||
import NextDocument, { DocumentContext, Head, Html, Main, NextScript } from 'next/document';
|
import NextDocument, { DocumentContext, Head, Html, Main, NextScript } from 'next/document';
|
||||||
|
|
||||||
const Document: NextPage = () => (
|
const Document: NextPage = () => (
|
||||||
<Html>
|
<Html lang="en">
|
||||||
<Head />
|
<Head />
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user