@dargmuesli/nuxt-vio 3.2.4 → 3.2.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,13 +2,13 @@ export const useAppLayout = () => {
|
|
2
2
|
const appConfig = useAppConfig()
|
3
3
|
const siteConfig = useSiteConfig()
|
4
4
|
|
5
|
-
|
5
|
+
useHeadSafe({
|
6
6
|
...useLocaleHead({ addSeoAttributes: true }).value,
|
7
7
|
bodyAttrs: {
|
8
8
|
class:
|
9
9
|
'bg-background-bright dark:bg-background-dark font-sans text-text-dark dark:text-text-bright',
|
10
10
|
},
|
11
|
-
})
|
11
|
+
}) // TODO: use `useServerHeadSafe` (https://github.com/harlan-zw/nuxt-seo-kit/issues/87)
|
12
12
|
|
13
13
|
useServerSeoMeta({
|
14
14
|
...(appConfig.vio.themeColor
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.5",
|
4
4
|
"type": "module",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -98,7 +98,7 @@
|
|
98
98
|
"eslint-plugin-prettier": "5.0.0",
|
99
99
|
"eslint-plugin-yml": "1.8.0",
|
100
100
|
"lint-staged": "14.0.1",
|
101
|
-
"nuxt": "3.
|
101
|
+
"nuxt": "3.7.0",
|
102
102
|
"prettier": "3.0.3",
|
103
103
|
"prettier-plugin-tailwindcss": "0.5.3",
|
104
104
|
"stylelint": "15.10.3",
|