docs: update

This commit is contained in:
Benjamin Canac
2022-02-18 11:23:41 +01:00
parent 9406124ee1
commit 6484575490
2 changed files with 14 additions and 8 deletions

View File

@@ -12,17 +12,14 @@ export default defineNuxtConfig({
],
link: [
{ rel: 'stylesheet', href: 'https://rsms.me/inter/inter.css' }
],
htmlAttrs: {
class: 'u-bg-white'
},
bodyAttrs: {
class: 'u-bg-gray-50 u-text-gray-700'
}
]
},
buildModules: [
module
],
components: {
global: true
},
ui: {
colors: {
primary: 'blue'