We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a85ba commit 75b47d9Copy full SHA for 75b47d9
1 file changed
docs/astro.config.mjs
@@ -8,6 +8,15 @@ export default defineConfig({
8
starlight({
9
title: "Java (Unofficial)",
10
favicon: 'favicon.ico',
11
+ head: [
12
+ {
13
+ tag: "meta",
14
+ attrs: {
15
+ name: "google-site-verification",
16
+ content: "LopxNf0q-1RkccL6rKqWvpaLi8Qcr6HqkWDqyCl8fUA",
17
+ },
18
19
+ ],
20
description:
21
"The Java implementation of the Genkit framework for building AI-powered applications.",
22
social: [
0 commit comments