mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 08:25:08 +01: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"
|
||
|
},
|
||
|
},
|
||
|
});
|