does the order matter?
This commit is contained in:
parent
8384a57b6a
commit
6907bd6823
@ -24,10 +24,6 @@
|
|||||||
work correctly both with client-side routing and a non-root public URL.
|
work correctly both with client-side routing and a non-root public URL.
|
||||||
Learn how to configure a non-root public URL by running `npm run build`.
|
Learn how to configure a non-root public URL by running `npm run build`.
|
||||||
-->
|
-->
|
||||||
<title>Corgi Corner</title>
|
|
||||||
<meta name="description" content="{{META_description}}" />
|
|
||||||
<meta name='author' content='{{META_author}}' />
|
|
||||||
|
|
||||||
<meta property='og:type' content='video.other' />
|
<meta property='og:type' content='video.other' />
|
||||||
<meta property='og:url' content='{{META_url}}' />
|
<meta property='og:url' content='{{META_url}}' />
|
||||||
<!-- <meta property='og:image' content={{META_thumbnail}} /> -->
|
<!-- <meta property='og:image' content={{META_thumbnail}} /> -->
|
||||||
@ -35,6 +31,10 @@
|
|||||||
<meta property='og:video:url' content={{META_srcUrl}} />
|
<meta property='og:video:url' content={{META_srcUrl}} />
|
||||||
<meta property='og:video:type' content='video/mp4' />
|
<meta property='og:video:type' content='video/mp4' />
|
||||||
|
|
||||||
|
<title>Corgi Corner</title>
|
||||||
|
<meta name="description" content="{{META_description}}" />
|
||||||
|
<meta name='author' content='{{META_author}}' />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
Loading…
Reference in New Issue
Block a user