Compare commits

..

No commits in common. "d71334089f6b3e8dfbc3bb8c4683a401184c42e7" and "1355c9397493813320adc3f62e86dce644e9a134" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View File

@ -49,7 +49,6 @@ const title = computed(() =>
)
function formatEntrelineaText(html: string): string {
return html;
if (!html) return ''
const sPrefix = "font-family:'Times New Roman',serif;font-style:italic;color:#c00000"

View File

@ -2,13 +2,6 @@
export default defineNuxtConfig({
modules: ['@nuxt/eslint', '@nuxt/ui', '@vueuse/nuxt', 'nuxt-meilisearch', '@nuxtjs/i18n', '@pinia/nuxt', '@sfxcode/nuxt-typesense'],
app: {
head: {
htmlAttrs: { translate: 'no' },
meta: [{ name: 'google', content: 'notranslate' }]
}
},
devtools: {
enabled: true
},