Skip to content

Commit f5539c4

Browse files
chore: NO-JIRA update default og image (#1149)
1 parent af6afdd commit f5539c4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/dialtone-documentation/docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default defineUserConfig({
121121

122122
extendsPage: (page) => {
123123
const SITE_URL = 'https://dialtone.dialpad.com';
124-
const DEFAULT_IMAGE = `${SITE_URL}/assets/images/home-hero.png`;
124+
const DEFAULT_IMAGE = `${SITE_URL}/assets/images/default-og-image.png`;
125125

126126
const title = page.frontmatter.title || page.frontmatter.heading || page.title || 'Dialtone Design System';
127127
const seoTitle = title === 'Dialtone Design System' ? title : `${title} | Dialtone Design System`;
226 KB
Loading

0 commit comments

Comments
 (0)