aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.js
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-07-12 14:07:10 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-07-12 14:07:10 +0200
commiteb030922866f1e753162d99ea6b25a4f4e941b05 (patch)
treeb77969b24a31cdb3547e05bcfda196bf08cc2546 /src/main.js
parent9582b1871ac63d1e625ccf6c221bd1248a1c9d03 (diff)
downloadhomer-eb030922866f1e753162d99ea6b25a4f4e941b05.tar.gz
homer-eb030922866f1e753162d99ea6b25a4f4e941b05.tar.zst
homer-eb030922866f1e753162d99ea6b25a4f4e941b05.zip
Fix theming issue & subfolder hosting
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 164d290..a1d7b47 100644
--- a/src/main.js
+++ b/src/main.js
@@ -10,4 +10,4 @@ app.component("DynamicStyle", (_props, context) => {
10 return h("style", {}, context.slots); 10 return h("style", {}, context.slots);
11}); 11});
12 12
13app.mount("#app"); 13app.mount("#app-mount");