Skip to content

Commit

Permalink
Try making og image absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrosen committed Aug 26, 2024
1 parent 2b1c183 commit 667313c
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 667313c

Please sign in to comment.