theming: add link to possible custom css stylesheet

This commit is contained in:
axolotle 2024-02-24 01:55:39 +01:00 committed by Alexandre Aubin
parent 41f9198f6a
commit ff3674aea9

View file

@ -8,6 +8,11 @@ export default defineNuxtConfig({
app: { app: {
baseURL: '/yunohost/sso', baseURL: '/yunohost/sso',
buildAssetsDir: '/assets/', buildAssetsDir: '/assets/',
head: {
link: [
{ rel: 'stylesheet', href: '/yunohost/sso/customassets/custom.css' },
],
},
}, },
modules: [ modules: [
'@nuxtjs/color-mode', '@nuxtjs/color-mode',