Auto-prettification

This commit is contained in:
sipec 2022-10-06 20:50:29 +00:00 committed by James Grugett
parent 2afa7c7629
commit b37086923c

View File

@ -1,10 +1,10 @@
import Head from "next/head";
import Head from 'next/head'
/** Exclude page from search results */
export function NoSEO() {
return (
<Head>
<meta name="robots" content="noindex,follow"/>
<meta name="robots" content="noindex,follow" />
</Head>
)
}
}