Compare commits
No commits in common. "d71334089f6b3e8dfbc3bb8c4683a401184c42e7" and "1355c9397493813320adc3f62e86dce644e9a134" have entirely different histories.
d71334089f
...
1355c93974
|
|
@ -49,7 +49,6 @@ const title = computed(() =>
|
||||||
)
|
)
|
||||||
|
|
||||||
function formatEntrelineaText(html: string): string {
|
function formatEntrelineaText(html: string): string {
|
||||||
return html;
|
|
||||||
if (!html) return ''
|
if (!html) return ''
|
||||||
|
|
||||||
const sPrefix = "font-family:'Times New Roman',serif;font-style:italic;color:#c00000"
|
const sPrefix = "font-family:'Times New Roman',serif;font-style:italic;color:#c00000"
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,6 @@
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
modules: ['@nuxt/eslint', '@nuxt/ui', '@vueuse/nuxt', 'nuxt-meilisearch', '@nuxtjs/i18n', '@pinia/nuxt', '@sfxcode/nuxt-typesense'],
|
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: {
|
devtools: {
|
||||||
enabled: true
|
enabled: true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue