diff --git a/esbuild-server.mjs b/esbuild-server.mjs
index 01629d1..10816d5 100644
--- a/esbuild-server.mjs
+++ b/esbuild-server.mjs
@@ -129,7 +129,7 @@ const ctx = await esbuild.context({
outdir: 'build',
plugins: [resolveImportedSvg],
loader: {
- '.svg': 'file'
+ '.svg': 'text'
},
assetNames: 'assets/images/[name]-[hash]',
});
diff --git a/public/assets/images/scenario-dragon_hunting.svg b/public/assets/images/scenario-dragon_hunting.svg
index 5f16d7a..9a41451 100644
--- a/public/assets/images/scenario-dragon_hunting.svg
+++ b/public/assets/images/scenario-dragon_hunting.svg
@@ -1,6 +1,5 @@
diff --git a/public/assets/images/scenario-side_show.svg b/public/assets/images/scenario-side_show.svg
index 543475e..c95b0f1 100644
--- a/public/assets/images/scenario-side_show.svg
+++ b/public/assets/images/scenario-side_show.svg
@@ -1,5 +1,5 @@
-