mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 06:13:26 +00:00
Fix base url on favicon and cover image
This commit is contained in:
@@ -3,9 +3,9 @@ export default defineNuxtConfig({
|
||||
extends: '@nuxt-themes/docus',
|
||||
devtools: { enabled: true },
|
||||
|
||||
modules: [
|
||||
// Remove it if you don't use Plausible analytics
|
||||
// https://github.com/nuxt-modules/plausible
|
||||
'@nuxtjs/plausible',
|
||||
],
|
||||
app: {
|
||||
head: {
|
||||
link: [{ rel: 'icon', type: 'image/x-icon', href: '/docs/favicon.ico' }],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user