summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2023-02-15 21:24:46 +0000
committerAnthony Wang2023-02-15 21:24:46 +0000
commite9b6429524e3ee83ea34ccd115d5ad8737dd864b (patch)
tree67fe7dd588b066cc681681cd734a8c9075db0e1e
parent091ff04c2420c8549ff581399212b4e3346864ee (diff)
Use URL for graffiti-vue library instead of relative pathHEADmaster
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index d1b5991..19d8643 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
<script async src="https://ga.jspm.io/npm:es-module-shims@1.6.2/dist/es-module-shims.js"></script>
<script type="importmap">{ "imports": {
"vue": "https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.45/vue.esm-browser.prod.min.js",
- "graffiti-vue": "../plugins/vue/plugin.js"
+ "graffiti-vue": "https://graffiti.garden/graffiti-js/plugins/vue/plugin.js"
}}</script>
<script type="module">
import { createApp } from 'vue'