Skip to content

Commit 0cd8a45

Browse files
committed
Fix OG tag URL
1 parent f103e7d commit 0cd8a45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/site/styleguide/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- Facebook OG Tags -->
1313
<meta property="og:title" content="Styleguide — Marvel">
1414
<meta property="og:type" content="article" />
15-
<meta property="og:url" content="https://marvelapp.com/" />
15+
<meta property="og:url" content="https://marvelapp.com/styleguide/" />
1616
<meta property="og:image" content="https://marvelapp.com/static/assets/images/default-new-icon.png">
1717
<meta id="og-description" name="description" property="og:description" content="Central location for a live inventory of UI components, brand guidelines, brand assets, code snippets and developer guidelines for Marvel products.">
1818
<meta property="fb:app_id" content="1566971583589764" />

src/site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- Facebook OG Tags -->
1313
<meta property="og:title" content="Styleguide — Marvel">
1414
<meta property="og:type" content="article" />
15-
<meta property="og:url" content="https://marvelapp.com/" />
15+
<meta property="og:url" content="https://marvelapp.com/styleguide/" />
1616
<meta property="og:image" content="https://marvelapp.com/static/assets/images/default-new-icon.png">
1717
<meta id="og-description" name="description" property="og:description" content="Central location for a live inventory of UI components, brand guidelines, brand assets, code snippets and developer guidelines for Marvel products.">
1818
<meta property="fb:app_id" content="1566971583589764" />

0 commit comments

Comments
 (0)