mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 08:03:28 +00:00
12 lines
258 B
TypeScript
12 lines
258 B
TypeScript
export default defineNuxtConfig({
|
|
// https://github.com/nuxt-themes/docus
|
|
extends: '@nuxt-themes/docus',
|
|
devtools: { enabled: true },
|
|
|
|
app: {
|
|
head: {
|
|
link: [{ rel: 'icon', type: 'image/x-icon', href: '/docs/favicon.ico' }],
|
|
},
|
|
},
|
|
});
|