Skip to content

Commit faab9a9

Browse files
authored
Merge pull request #443 from ourzora/ilan/og-refresh
Add OG image to docs site
2 parents 8ad428d + 2b1c183 commit faab9a9

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

docs/public/og.png

46.1 KB
Loading

docs/vocs.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineConfig({
55
titleTemplate: "%s | ZORA Docs",
66
iconUrl: "/Zorb.png",
77
logoUrl: "/Zorb.png",
8+
ogImageUrl:"/og.png",
89
basePath: process.env.BASE_PATH,
910
rootDir: ".",
1011
topNav: [

0 commit comments

Comments
 (0)