Skip to content

Commit

Permalink
fixing og image path
Browse files Browse the repository at this point in the history
  • Loading branch information
paigesrossi committed Jan 29, 2025
1 parent dda23bc commit 5d19578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta name="twitter:description" content="See how the University Sample App showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications." />
<meta property="og:title" content="University Sample App" />
<meta property="og:description" content="See how the University Sample App for education showcases the capabilities of the Docusign API to enable you to integrate Docusign functionality into your own applications." />
<meta property="og:image" content="%PUBLIC_URL%/MyUni_OG.png" />
<meta property="og:image" content="%PUBLIC_URL%/MyUni_OG.jpg" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif&display=swap" rel="stylesheet">
<style>
Expand Down

0 comments on commit 5d19578

Please sign in to comment.