From e9b6429524e3ee83ea34ccd115d5ad8737dd864b Mon Sep 17 00:00:00 2001
From: Anthony Wang
Date: Wed, 15 Feb 2023 21:24:46 +0000
Subject: Use URL for graffiti-vue library instead of relative path

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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'
-- 
cgit v1.2.3