fix(export/share): handling of fonts

This commit is contained in:
Elian Doran
2025-10-26 11:34:09 +02:00
parent f4468706ef
commit 055fcb7b2a
3 changed files with 4 additions and 9 deletions

View File

@@ -57,9 +57,9 @@ async function runBuild() {
loader: {
".png": "dataurl",
".gif": "dataurl",
".woff": "dataurl",
".woff2": "dataurl",
".ttf": "dataurl",
".woff": "file",
".woff2": "file",
".ttf": "file",
".eot": "empty",
".svg": "empty",
".html": "text",