Skip to content

Commit 868375b

Browse files
committed
docs: lint fix
1 parent 79eb935 commit 868375b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/nuxt.config.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ export default defineNuxtConfig({
4141
database: 'sqlite',
4242
cache: true,
4343
},
44-
studio: {
45-
route: '/admin',
46-
repository: {
47-
owner: 'nuxt',
48-
repo: 'content',
49-
branch: 'main',
50-
rootDir: 'docs',
51-
},
52-
},
5344
llms: {
5445
domain: 'https://content.nuxt.com',
5546
title: 'Nuxt Content',
@@ -63,4 +54,13 @@ export default defineNuxtConfig({
6354
description: 'The complete documentation including all content',
6455
},
6556
},
57+
studio: {
58+
route: '/admin',
59+
repository: {
60+
owner: 'nuxt',
61+
repo: 'content',
62+
branch: 'main',
63+
rootDir: 'docs',
64+
},
65+
},
6666
})

0 commit comments

Comments
 (0)