Skip to content

Commit

Permalink
fix(vio): update to v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Apr 14, 2023
1 parent d199c3b commit 62ff9b5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions nuxt/app.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<template>
<VioApp
:site-description="t('globalOgSeoDescription')"
:og-image-alt="t('globalOgImageAlt')"
/>
</template>

<script setup lang="ts">
const { t } = useI18n()
</script>
2 changes: 1 addition & 1 deletion nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test:integration:docker:prod": "pnpm test:integration:docker:br pnpm test:integration:prod"
},
"devDependencies": {
"@dargmuesli/nuxt-vio": "1.8.1",
"@dargmuesli/nuxt-vio": "1.8.2",
"@intlify/eslint-plugin-vue-i18n": "2.0.0",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@types/node": "18.15.11",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62ff9b5

Please sign in to comment.