Skip to content

Commit 0bd66a9

Browse files
Remove hard-coded URLs from meta tags
1 parent 8d94c0e commit 0bd66a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/docs/partials/base.hbs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,18 @@
1010

1111
<!-- Open Graph / Facebook -->
1212
<meta property="og:type" content="website" />
13-
<meta property="og:url" content="https://launch-css.dev" />
1413
<meta property="og:title" content="{{ title }}" />
1514
<meta property="og:description" content="A classless CSS framework built for speed. Style your website later—build it now." />
1615
<meta property="og:image" content="https://launch-css.dev/og.png" />
1716

1817
<!-- Twitter -->
1918
<meta name="twitter:card" content="summary_large_image" />
20-
<meta name="twitter:url" content="https://launch-css.dev" />
2119
<meta name="twitter:title" content="{{ title }}" />
2220
<meta name="twitter:description" content="A classless CSS framework built for speed. Style your website later—build it now." />
2321
<meta name="twitter:image" content="https://launch-css.dev/og.png" />
2422

2523
<!-- Favicon -->
2624
<link rel="icon" href="/logo.svg" type="image/svg+xml" />
27-
<link rel="canonical" href="https://launch-css.dev" />
2825

2926
<script defer src="https://cloud.umami.is/script.js" data-website-id="8c20b3c7-dd6d-4e57-bf9d-135879bc574a"></script>
3027
</head>

0 commit comments

Comments
 (0)