mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
Add appropriate build options
This commit is contained in:
parent
aa8dc12194
commit
f3eaa9fbaf
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
ssr: false,
|
||||
app: {
|
||||
baseURL: '/yunohost/sso',
|
||||
buildAssetsDir: '/assets/'
|
||||
},
|
||||
modules: [
|
||||
'@nuxtjs/tailwindcss',
|
||||
'nuxt-icon',
|
||||
|
|
Loading…
Reference in a new issue