Skip to content

Commit

Permalink
and an og:title
Browse files Browse the repository at this point in the history
  • Loading branch information
toBeOfUse committed May 3, 2024
1 parent cead44c commit b02fd29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Head>
<title v-if="title">{{ title }}</title>
<meta name="title" v-if="title" :content="title" />
<meta property="og:title" v-if="title" :content="title" />
<meta name="description" v-if="description" :content="description" />
<meta property="og:description" v-if="description" :content="description" />
<meta property="og:image" v-if="image" :content="image" />
Expand Down

0 comments on commit b02fd29

Please sign in to comment.