mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
theming: add link to possible custom css stylesheet
This commit is contained in:
parent
41f9198f6a
commit
ff3674aea9
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ export default defineNuxtConfig({
|
|||
app: {
|
||||
baseURL: '/yunohost/sso',
|
||||
buildAssetsDir: '/assets/',
|
||||
head: {
|
||||
link: [
|
||||
{ rel: 'stylesheet', href: '/yunohost/sso/customassets/custom.css' },
|
||||
],
|
||||
},
|
||||
},
|
||||
modules: [
|
||||
'@nuxtjs/color-mode',
|
||||
|
|
Loading…
Reference in a new issue