Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -10,10 +10,10 @@
|
|
10 |
<script type="importmap">
|
11 |
{
|
12 |
"imports": {
|
13 |
-
"sharp": "noop.js",
|
14 |
-
"fs": "noop.js",
|
15 |
-
"path": "noop.js",
|
16 |
-
"url": "noop.js"
|
17 |
}
|
18 |
}
|
19 |
</script>
|
|
|
10 |
<script type="importmap">
|
11 |
{
|
12 |
"imports": {
|
13 |
+
"sharp": "/noop.js",
|
14 |
+
"fs": "/noop.js",
|
15 |
+
"path": "/noop.js",
|
16 |
+
"url": "/noop.js"
|
17 |
}
|
18 |
}
|
19 |
</script>
|