mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
17 lines
309 B
TypeScript
17 lines
309 B
TypeScript
export default defineAppConfig({
|
|
docus: {
|
|
title: '@p-stream/providers',
|
|
description: 'For all your media scraping needs',
|
|
socials: {
|
|
github: 'p-stream/providers',
|
|
},
|
|
image: '',
|
|
aside: {
|
|
level: 0,
|
|
exclude: [],
|
|
},
|
|
header: {
|
|
logo: false,
|
|
},
|
|
},
|
|
});
|