add support for meta tags on share pages (#867)

This commit is contained in:
Hayden
2021-12-06 17:14:14 -09:00
committed by GitHub
parent 5454d2c8b8
commit 5839992c19
9 changed files with 190 additions and 118 deletions

View File

@@ -26,7 +26,7 @@
"core-js": "^3.15.1",
"date-fns": "^2.23.0",
"fuse.js": "^6.4.6",
"nuxt": "^2.15.7",
"nuxt": "^2.15.8",
"v-jsoneditor": "^1.4.5",
"vuedraggable": "^2.24.3",
"vuetify": "^2.5.5"
@@ -35,7 +35,7 @@
"@babel/eslint-parser": "^7.14.7",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/composition-api": "^0.30.0",
"@nuxtjs/composition-api": "^0.31.0",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/vuetify": "^1.12.1",
@@ -54,4 +54,4 @@
"resolutions": {
"vite": "2.3.8"
}
}
}