Skip to content

Commit f58a9e9

Browse files
committed
fix(playground): add provider in nuxt.config
1 parent 0c5ccea commit f58a9e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

playground/docus/nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default defineNuxtConfig({
1616
dev: false,
1717
route: '/admin',
1818
repository: {
19+
provider: 'github',
1920
owner: 'nuxt-content',
2021
repo: 'studio',
2122
branch: 'main',

playground/minimal/nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default defineNuxtConfig({
1212
compatibilityDate: '2025-08-26',
1313
studio: {
1414
repository: {
15+
provider: 'github',
1516
owner: 'nuxt-content',
1617
repo: 'studio',
1718
branch: 'main',

0 commit comments

Comments
 (0)