mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
fix: added missing meta hid
This commit is contained in:
parent
991f9f8e1e
commit
93c11f0e44
2 changed files with 6 additions and 3 deletions
|
@ -16,11 +16,13 @@ export default class Tool extends Vue {
|
|||
meta: [
|
||||
{
|
||||
name: 'description',
|
||||
content: description
|
||||
content: description,
|
||||
hid: 'description'
|
||||
},
|
||||
{
|
||||
name: 'keywords',
|
||||
content: keywords
|
||||
content: keywords,
|
||||
hid: 'keywords'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue