svg-loader
deploy to production / deploy (push) Successful in 32s

This commit is contained in:
robin
2023-11-19 17:37:52 +00:00
parent 4505435bf7
commit ff3f635277
6 changed files with 20 additions and 5 deletions
+1 -5
View File
@@ -18,11 +18,7 @@
<meta name="msapplication-TileColor" content="#343a40" />
<meta name="theme-color" content="#ffffff" />
<script
type="text/javascript"
src="https://unpkg.com/external-svg-loader@latest/svg-loader.min.js"
async
></script>
<script type="text/javascript" src="svg-loader.min.js" async></script>
<!--HEAD-->
<!--PRELOAD-->
+1
View File
@@ -23,6 +23,7 @@
import ScrollDown from "./lib/components/widgets/scrollDown.svelte"
import { loadLibrary } from "./lib/functions/loadLibrary"
import { loadModules } from "./lib/functions/loadModules"
import "external-svg-loader"
export let url = ""
if (url) {