Skip to content

Commit 6399a1d

Browse files
committed
fix: update social preview URL to correct image
1 parent a14ea38 commit 6399a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import pkg from "../../package.json";
33

44
const TITLE = "Vue3 Google Sign-in";
55
const DESCRIPTION = "Google Sign-in for Vue3 Apps";
6-
const SOCIAL_PREVIEW_URL = "https://vue3-google-signin.wavezync.com/cover.jpg";
6+
const SOCIAL_PREVIEW_URL = "https://vue3-google-signin.wavezync.com/og-image.jpg";
77

88
const SideBar: DefaultTheme.Sidebar = [
99
{

0 commit comments

Comments
 (0)