We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f01e71 commit 372c73bCopy full SHA for 372c73b
.vitepress/config.mts
@@ -52,5 +52,16 @@ export default defineConfig({
52
gtag('config', 'G-DR0S8XWFFC');
53
`,
54
],
55
+ [
56
+ 'script',
57
+ { type: 'application/ld+json' },
58
+ JSON.stringify({
59
+ '@context': 'https://schema.org',
60
+ '@type': 'Organization',
61
+ url: 'https://seed4j.com',
62
+ logo: 'https://seed4j.com/seed4j_logo.svg',
63
+ name: 'Seed4J',
64
+ }),
65
+ ],
66
67
});
0 commit comments