Skip to content

Commit

Permalink
fix base url instances
Browse files Browse the repository at this point in the history
  • Loading branch information
replygirl committed Dec 5, 2018
1 parent 2ded4ed commit 3a8ea03
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@vue_cli">
<meta property="twitter:creator" content="@vue_cli">
<meta property="og:image" content="<%= BASE_URL %>/og-image.jpg">
<meta property="og:image" content="<%= BASE_URL %>og-image.jpg">
<meta property="og:image:width" content="279">
<meta property="og:image:height" content="279">
<meta property="og:url" content="https://moon.fyi">
<meta property="og:description" content="whom among us does not enjoy a good platform">
<meta property="og:title" content="ⓜⓞⓞⓝ, 𝓯𝓻𝓸𝓶 𝓽𝓱𝓮 𝓲𝓷𝓽𝓮𝓻𝓷𝓮𝓽">

<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>/apple-touch-icon.png?v=lk9O4aXbLj">
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>/favicon-32x32.png?v=lk9O4aXbLj">
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>/favicon-16x16.png?v=lk9O4aXbLj">
<link rel="manifest" href="<%= BASE_URL %>/site.webmanifest?v=lk9O4aXbLj">
<link rel="mask-icon" href="<%= BASE_URL %>/safari-pinned-tab.svg?v=lk9O4aXbLj" color="#fb9f89">
<link rel="shortcut icon" href="<%= BASE_URL %>/favicon.ico?v=lk9O4aXbLj">
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-touch-icon.png?v=lk9O4aXbLj">
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon-32x32.png?v=lk9O4aXbLj">
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>favicon-16x16.png?v=lk9O4aXbLj">
<link rel="manifest" href="<%= BASE_URL %>site.webmanifest?v=lk9O4aXbLj">
<link rel="mask-icon" href="<%= BASE_URL %>safari-pinned-tab.svg?v=lk9O4aXbLj" color="#fb9f89">
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico?v=lk9O4aXbLj">
<meta name="apple-mobile-web-app-title" content="moon">
<meta name="application-name" content="moon">
<meta name="msapplication-TileColor" content="#facfad">
<meta name="msapplication-config" content="<%= BASE_URL %>/browserconfig.xml?v=lk9O4aXbLj">
<meta name="msapplication-config" content="<%= BASE_URL %>browserconfig.xml?v=lk9O4aXbLj">
<meta name="theme-color" content="#facfad">

<script type='application/ld+json'>
Expand Down

0 comments on commit 3a8ea03

Please sign in to comment.