mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:03:27 +00:00
Fix base url on favicon and cover image
This commit is contained in:
@@ -4,7 +4,7 @@ export default defineAppConfig({
|
|||||||
description:
|
description:
|
||||||
'movie-web is a free and open source streaming site, no ads, no tracking, no nonsense.',
|
'movie-web is a free and open source streaming site, no ads, no tracking, no nonsense.',
|
||||||
url: 'https://movie-web.github.io/docs',
|
url: 'https://movie-web.github.io/docs',
|
||||||
image: '/cover.png',
|
image: '/docs/cover.png',
|
||||||
socials: {
|
socials: {
|
||||||
github: 'movie-web/movie-web',
|
github: 'movie-web/movie-web',
|
||||||
},
|
},
|
||||||
|
@@ -3,9 +3,9 @@ export default defineNuxtConfig({
|
|||||||
extends: '@nuxt-themes/docus',
|
extends: '@nuxt-themes/docus',
|
||||||
devtools: { enabled: true },
|
devtools: { enabled: true },
|
||||||
|
|
||||||
modules: [
|
app: {
|
||||||
// Remove it if you don't use Plausible analytics
|
head: {
|
||||||
// https://github.com/nuxt-modules/plausible
|
link: [{ rel: 'icon', type: 'image/x-icon', href: '/docs/favicon.ico' }],
|
||||||
'@nuxtjs/plausible',
|
},
|
||||||
],
|
},
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user