Skip to content

Commit 75b47d9

Browse files
committed
feat: add google search console
1 parent 85a85ba commit 75b47d9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/astro.config.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ export default defineConfig({
88
starlight({
99
title: "Java (Unofficial)",
1010
favicon: 'favicon.ico',
11+
head: [
12+
{
13+
tag: "meta",
14+
attrs: {
15+
name: "google-site-verification",
16+
content: "LopxNf0q-1RkccL6rKqWvpaLi8Qcr6HqkWDqyCl8fUA",
17+
},
18+
},
19+
],
1120
description:
1221
"The Java implementation of the Genkit framework for building AI-powered applications.",
1322
social: [

0 commit comments

Comments
 (0)