mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:33:26 +00:00
18
app.config.ts
Normal file
18
app.config.ts
Normal 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"
|
||||
},
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user