diff options
Diffstat (limited to 'docs/.playground/app.config.ts')
| -rw-r--r-- | docs/.playground/app.config.ts | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/.playground/app.config.ts b/docs/.playground/app.config.ts deleted file mode 100644 index 7c39a6e..0000000 --- a/docs/.playground/app.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -export default defineAppConfig({ - docus: { - title: 'MDC', - socials: { - github: 'nuxt-themes/docus', - }, - github: { - dir: '.playground/content', - branch: 'dev', - repo: 'docus', - owner: 'nuxt-themes', - edit: true, - } - } -}) |