feat: add new instances page

This commit is contained in:
qtchaos
2024-02-24 01:42:02 +02:00
parent 723f869de2
commit 377c6bdcaf
7 changed files with 31 additions and 14 deletions

View File

@@ -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',
},
],
},
},
});