fix: baseURL in theme fetching resulting in double slash if baseURL is set to /
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
ea44621adc
commit
0565964b1b
1 changed files with 1 additions and 1 deletions
2
app.vue
2
app.vue
|
@ -21,7 +21,7 @@ useHead({
|
|||
link: [
|
||||
{
|
||||
rel: "stylesheet",
|
||||
href: `${baseURL}/themes/${currentTheme}.css`
|
||||
href: `${baseURL}themes/${currentTheme}.css`
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue