🔧 Minor under the hood changes according to HTML specs
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<li id="filter-history">
|
<li id="filter-history">
|
||||||
<input
|
<input
|
||||||
aria-label="Search"
|
aria-label="Search"
|
||||||
type="text"
|
type="search"
|
||||||
:placeholder="$t('search')"
|
:placeholder="$t('search')"
|
||||||
v-model="filterText"
|
v-model="filterText"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
itemprop: "image",
|
itemprop: "image",
|
||||||
content: `${routerBase.router.base}logo.jpg`
|
content: `https://postwoman.io/logo.jpg`
|
||||||
},
|
},
|
||||||
// Add to homescreen for Chrome on Android. Fallback for PWA (handled by nuxt)
|
// Add to homescreen for Chrome on Android. Fallback for PWA (handled by nuxt)
|
||||||
{
|
{
|
||||||
@@ -129,7 +129,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
property: "og:image",
|
property: "og:image",
|
||||||
content: `${routerBase.router.base}logo.jpg`
|
content: `https://postwoman.io/logo.jpg`
|
||||||
},
|
},
|
||||||
// Twitter
|
// Twitter
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user