Co-authored-by: mrjvs <jellevs@gmail.com>
This commit is contained in:
William Oldham
2023-12-11 22:11:25 +00:00
parent 845b7d7efa
commit ed407e2d76
22 changed files with 10202 additions and 0 deletions

18
app.config.ts Normal file
View File

@@ -0,0 +1,18 @@
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"
},
},
});