mirror of
https://github.com/Ryujinx/Ryujinx-Website.git
synced 2025-01-10 06:27:18 -03:00
Add Google Search Console validation meta
This commit is contained in:
parent
69384e44f9
commit
2b319e2123
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ export default function (Vue, { appOptions, router, head }) {
|
||||||
const dIndex = head.meta.findIndex(e => e.name === 'description')
|
const dIndex = head.meta.findIndex(e => e.name === 'description')
|
||||||
if (dIndex !== -1) head.meta.splice(dIndex, 1)
|
if (dIndex !== -1) head.meta.splice(dIndex, 1)
|
||||||
|
|
||||||
|
// For Google Search Console
|
||||||
|
head.meta.push({
|
||||||
|
name: "google-site-verification",
|
||||||
|
content: "6-jOQTZMaaKrCTbkRoghe5Pd1kbYhyGpOTAgUhoT9HA"
|
||||||
|
})
|
||||||
|
|
||||||
const opts = {
|
const opts = {
|
||||||
theme: {
|
theme: {
|
||||||
ryu_blue: '#00C4E1',
|
ryu_blue: '#00C4E1',
|
||||||
|
|
Loading…
Reference in a new issue