Skip to content

Commit

Permalink
add <meta name="title"> tag for discord
Browse files Browse the repository at this point in the history
  • Loading branch information
toBeOfUse committed May 3, 2024
1 parent bc579a1 commit cead44c
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
@@ -1,6 +1,7 @@
<template>
<Head>
<title v-if="title">{{ title }}</title>
<meta name="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 cead44c

Please sign in to comment.