mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:33:26 +00:00
feat: add new instances page
This commit is contained in:
@@ -3,7 +3,7 @@ export default defineAppConfig({
|
||||
title: 'movie-web',
|
||||
description:
|
||||
'movie-web is a free and open source streaming site, no ads, no tracking, no nonsense.',
|
||||
url: 'https://docs.movie-web.app',
|
||||
url: 'https://movie-web.github.io/docs',
|
||||
image: '/cover.png',
|
||||
socials: {
|
||||
github: 'movie-web/movie-web',
|
||||
@@ -27,14 +27,6 @@ export default defineAppConfig({
|
||||
text: 'Made with 💜',
|
||||
href: 'https://github.com/movie-web',
|
||||
},
|
||||
textLinks: [
|
||||
{
|
||||
text: 'movie-web',
|
||||
href: 'https://movie-web.app',
|
||||
target: '_blank',
|
||||
rel: 'noopener',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user