chore(docs): bump docus version and remove baseURL

This commit is contained in:
Daniel Roe 2023-07-11 11:33:28 +01:00
parent ae35f9d11d
commit 895c1ecd8d
3 changed files with 19 additions and 33 deletions

View file

@ -1,17 +1,3 @@
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',
})