Skip to content

Commit f24315f

Browse files
Merge pull request #4 from docusign/og-image-fix
update og image location
2 parents 651193d + 189802e commit f24315f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta property="og:title" content="MyMaestro Sample App" />
77
<meta property="og:description" content="Leverage the power of Docusign workflows with Maestro. MyMaestro showcases how the Maestro API (beta) can be used to create workflow definitions and trigger, cancel, and get status updates for workflow instances." />
8-
<meta property="og:image" content="%PUBLIC_URL%/src/assets/img/og-image.jpg" />
8+
<meta property="og:image" content="/og-image.jpg" />
99
<title>MyMaestro</title>
1010
<link rel="icon" type="image/x-icon" href="./src/assets/img/favicon.png">
1111
</head>

client/public/og-image.jpg

158 KB
Loading

0 commit comments

Comments
 (0)