fix: add import url suffix for vite svg loader (#1122)

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#1122
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
Dominik Pschenitschni 2021-11-30 21:03:26 +00:00
parent 84284a6211
commit bc8b04fc7a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const motd = computed(() => store.state.config.motd)
<style lang="scss" scoped>
.no-auth-wrapper {
background: url('@/assets/llama.svg') no-repeat bottom left fixed var(--site-background);
background: url('@/assets/llama.svg?url') no-repeat bottom left fixed var(--site-background);
min-height: 100vh;
}