From fb8adade609c5f13b22518263f45c8049023fe8b Mon Sep 17 00:00:00 2001 From: Settel Date: Sun, 25 Sep 2022 17:22:26 +0200 Subject: [PATCH] bugfix: use static references to images so nuxt generate knows about them --- client/src/components/Icon.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/src/components/Icon.vue b/client/src/components/Icon.vue index c5953b5..ea7659f 100644 --- a/client/src/components/Icon.vue +++ b/client/src/components/Icon.vue @@ -1,5 +1,10 @@