From 655ad7470c15909ec14c357ceb4b04b523d70202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20W=C3=B6rister?= <31357619+fwoerister@users.noreply.github.com> Date: Thu, 5 Feb 2026 12:09:37 +0100 Subject: [PATCH] fix serving of static assets --- {img => public}/logo.png | Bin src/App.vue | 17 ++--------------- src/components/BlocksemblerNavigation.vue | 2 +- 3 files changed, 3 insertions(+), 16 deletions(-) rename {img => public}/logo.png (100%) diff --git a/img/logo.png b/public/logo.png similarity index 100% rename from img/logo.png rename to public/logo.png diff --git a/src/App.vue b/src/App.vue index e345b17..235b5ef 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,33 +1,20 @@