Skip to content

Commit

Permalink
test relative baseURl
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
  • Loading branch information
Frank Jogeleit committed Apr 9, 2024
1 parent 35e72a1 commit ada4ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default defineNuxtConfig({
},
},
app: {
baseURL: process.env.NODE_ENV === 'production' ? '.' : '/',
head: {
title: 'Policy Reporter UI',
htmlAttrs: {
Expand All @@ -54,5 +55,5 @@ export default defineNuxtConfig({
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
]
}
}
},
})

0 comments on commit ada4ea6

Please sign in to comment.