mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Added meta description
This commit is contained in:
@@ -2,7 +2,7 @@ import 'styles/globals.scss';
|
||||
|
||||
import type { AppProps } from 'next/app';
|
||||
import Head from 'next/head';
|
||||
import { name } from 'package.json';
|
||||
import { description, name } from 'package.json';
|
||||
import type { ReactElement } from 'react';
|
||||
|
||||
export default function App({ Component, pageProps }: AppProps): ReactElement {
|
||||
@@ -10,6 +10,7 @@ export default function App({ Component, pageProps }: AppProps): ReactElement {
|
||||
<>
|
||||
<Head>
|
||||
<title>{name}</title>
|
||||
<meta name="description" content={description} />
|
||||
</Head>
|
||||
<Component {...pageProps} />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user