Skip to content

Commit

Permalink
Merge pull request #444 from ourzora/ilan/og-2
Browse files Browse the repository at this point in the history
Try making og image absolute
  • Loading branch information
ibrosen authored Aug 26, 2024
2 parents faab9a9 + 667313c commit 7daa81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
titleTemplate: "%s | ZORA Docs",
iconUrl: "/Zorb.png",
logoUrl: "/Zorb.png",
ogImageUrl:"/og.png",
ogImageUrl:"https://docs.zora.co/og.png",
basePath: process.env.BASE_PATH,
rootDir: ".",
topNav: [
Expand Down

0 comments on commit 7daa81a

Please sign in to comment.