Skip to content

Commit

Permalink
style: lint doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jan 13, 2025
1 parent 5baadd5 commit 030f81f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
export default defineNuxtConfig({
// https://github.com/nuxt-themes/docus
// https://github.com/nuxt-themes/docus
extends: '@nuxt-themes/docus',

modules: [
// https://github.com/nuxt-modules/plausible
'@nuxtjs/plausible',
// https://github.com/nuxt/devtools
'@nuxt/devtools',
modules: [
// https://github.com/nuxt-modules/plausible
'@nuxtjs/plausible',
// https://github.com/nuxt/devtools
'@nuxt/devtools',
],

components: [
{
prefix: '',
path: './components',
global: true,
},
components: [
{
prefix: '',
path: './components',
global: true,
},
],

generate: {
routes: ['/'],
generate: {
routes: ['/'],
},

plausible: {
domain: 'prismic.nuxtjs.org',
},
compatibilityDate: '2025-01-13',

compatibilityDate: '2025-01-13',
})
plausible: {
domain: 'prismic.nuxtjs.org',
},
})

0 comments on commit 030f81f

Please sign in to comment.