seos
This commit is contained in:
parent
fe50354095
commit
ba26969e5a
1 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,16 @@
|
||||||
import { useRouter } from "next/router";
|
import { useRouter } from "next/router";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
head: (
|
||||||
|
<>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta property="og:title" content="SVRJS" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="the open source node running server"
|
||||||
|
/>
|
||||||
|
</>
|
||||||
|
),
|
||||||
editLink: {
|
editLink: {
|
||||||
component: null,
|
component: null,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue