Skip to content

Commit 575b739

Browse files
committed
chore(playground): configure studio for minimal playground
1 parent b82cf7a commit 575b739

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

playground/minimal/nuxt.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,13 @@ export default defineNuxtConfig({
1010
},
1111
},
1212
compatibilityDate: '2025-08-26',
13+
studio: {
14+
repository: {
15+
owner: 'nuxt-content',
16+
repo: 'studio',
17+
branch: 'main',
18+
rootDir: 'playground/minimal',
19+
private: false,
20+
},
21+
},
1322
})

0 commit comments

Comments
 (0)