mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 02:33:56 +00:00
19 lines
325 B
TypeScript
19 lines
325 B
TypeScript
export default defineAppConfig({
|
|
docus: {
|
|
title: 'movie-web',
|
|
description: 'For all your media scraping needs',
|
|
socials: {
|
|
github: 'movie-web/providers',
|
|
},
|
|
image: '',
|
|
aside: {
|
|
level: 0,
|
|
exclude: [],
|
|
},
|
|
header: {
|
|
logo: false,
|
|
title: "movie-web"
|
|
},
|
|
},
|
|
});
|