chore: upgrade to nuxt v3.4.3 (#2046)
This commit is contained in:
parent
835269fa1d
commit
0a98c5f13d
5 changed files with 1419 additions and 1407 deletions
|
@ -2,5 +2,16 @@ export default defineNuxtConfig({
|
|||
app: {
|
||||
baseURL: '/docs',
|
||||
},
|
||||
experimental: {
|
||||
/**
|
||||
* TODO: investigate upstream the following error:
|
||||
* ```
|
||||
* [error] Unexpected token (Note that you need plugins to import files that are not JavaScript)
|
||||
* file: /opt/build/repo/docs/components/global/Logo.vue?vue&type=style&index=0&scoped=1f94f36b&lang.ts?inline&used:1:0
|
||||
* 1: .logo{display:flex;flex-direction:row;align-items:center;gap:0.5rem;font-size:1.5rem;}img{flex-shrink:0;aspect-ratio:...
|
||||
* ```
|
||||
*/
|
||||
inlineSSRStyles: false,
|
||||
},
|
||||
extends: '@nuxt-themes/docus',
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue