feat(i18n): add missing spanish mute duration dialog entries (#2696)

This commit is contained in:
Joaquín Sánchez 2024-03-21 13:37:57 +01:00 committed by GitHub
parent b526db0860
commit 7807730118
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
export default defineNuxtConfig({
extends: '@nuxt-themes/docus',
vite: {
optimizeDeps: {
include: ['scule'],
},
},
})