Skip to content

Commit d2387bf

Browse files
committed
fixing og-image
1 parent 4048bd5 commit d2387bf

File tree

1 file changed

+1
-1
lines changed

1 file 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 Application" />
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="./src/assets/img/og-image.jpg" />
8+
<meta property="og:image" content="%PUBLIC_URL%/src/assets/img/og-image.jpg" />
99
<title>MyMaestro</title>
1010
<link rel="icon" type="image/x-icon" href="./src/assets/img/favicon.png">
1111
</head>

0 commit comments

Comments
 (0)