mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 22:19:28 -04:00
(vue) configure whitespace to 'preserve' to have the same behavior as in Vue 2, until we properly migrate this
This commit is contained in:
parent
c8cd9a5dd9
commit
5137411736
@ -223,6 +223,9 @@ export default defineNuxtConfig({
|
||||
},
|
||||
},
|
||||
vue: {
|
||||
compilerOptions: {
|
||||
whitespace: 'preserve',
|
||||
},
|
||||
transformAssetUrls: {
|
||||
// disable transforming on <img src> because components/Header.vue has optional
|
||||
// /img-local/census/census-banner-horizontal.png and /img-local/census/census-banner-horizontal-mobile.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user