Skip to content

Commit fca031c

Browse files
feat: add google search console
1 parent 1fb663f commit fca031c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
hostname: 'https://fastapi-startkit.github.io'
1111
},
1212
head: [
13-
['meta', { name: 'google-site-verification', content: 'google3b7cbafc919db5aa' }]
13+
['meta', { name: 'google-site-verification', content: 'RpM5amadnjbR3TF0J4L4MXB4TWYVesPz0ssaXg7-jYM' }]
1414
],
1515

1616
transformHead: ({ pageData }) => {
@@ -20,7 +20,7 @@ export default defineConfig({
2020
const keywords = pageData.frontmatter.keywords || ''
2121
const datePublished = pageData.frontmatter.date || new Date().toISOString()
2222
const dateModified = pageData.lastUpdated ? new Date(pageData.lastUpdated).toISOString() : datePublished
23-
23+
2424
const head: any[] = [
2525
['link', { rel: 'canonical', href: url }],
2626
['meta', { property: 'og:title', content: title }],
@@ -63,7 +63,7 @@ export default defineConfig({
6363
if (!jsonLd) {
6464
const isBlog = pageData.relativePath.startsWith('blog/') || pageData.frontmatter.layout === 'blog'
6565
const isDoc = pageData.relativePath.startsWith('docs/')
66-
66+
6767
const graph: any[] = [
6868
{
6969
"@type": "WebPage",

public/google3b7cbafc919db5aa.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)