Skip to content

Commit 372c73b

Browse files
committed
declare logo via JSON-LD
1 parent 2f01e71 commit 372c73b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vitepress/config.mts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,16 @@ export default defineConfig({
5252
gtag('config', 'G-DR0S8XWFFC');
5353
`,
5454
],
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+
],
5566
],
5667
});

0 commit comments

Comments
 (0)