Compare commits
2 Commits
1355c93974
...
d71334089f
| Author | SHA1 | Date |
|---|---|---|
|
|
d71334089f | |
|
|
7d3a97d8f0 |
|
|
@ -49,6 +49,7 @@ 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"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,13 @@
|
|||
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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue