move svg-edit-config to src

This commit is contained in:
JFH
2020-07-30 14:40:41 +02:00
parent 577673fa0a
commit b53e37b240
7 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@
<!-- If you do not wish to add extensions by URL, you can add calls
within the following file to svgEditor.setConfig -->
<script type="module" src="../../svgedit-config-es.js"></script>
<script type="module" src="../svgedit-config-es.js"></script>
<!-- FEEDS -->
<link rel="alternate" type="application/atom+xml"

View File

@@ -39,7 +39,7 @@
<!-- If you do not wish to add extensions by URL, you can add calls
within the following file to svgEditor.setConfig -->
<script defer="defer" src="../../svgedit-config-iife.js"></script>
<script defer="defer" src="../svgedit-config-iife.js"></script>
<!-- FEEDS -->
<link rel="alternate" type="application/atom+xml"