summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-11 10:30:18 -0600
committermo khan <mo@mokhan.ca>2025-06-11 10:30:18 -0600
commitfe8f2edf5c716aa38eb1910c4263648c4219b3e7 (patch)
tree8ad30f649c2348304568149b34fc0730d6982c5b /app
parent4db132d890bf5a1e3ef5fd4a96e1567a0e6ac94d (diff)
chore: move third party css/js to public dir
Diffstat (limited to 'app')
-rw-r--r--app/views/dashboard/show.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/dashboard/show.html.tmpl b/app/views/dashboard/show.html.tmpl
index 239c562..e17f217 100644
--- a/app/views/dashboard/show.html.tmpl
+++ b/app/views/dashboard/show.html.tmpl
@@ -5,9 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<title>SparkleLab</title>
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
- <script src="https://unpkg.com/htmx.org@2.0.4"></script>
- <script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
+ <link rel="stylesheet" href="/pico.min.css">
+ <script src="/htmx.js"></script>
+ <script src="/vue.global.js"></script>
<script src="/application.js"></script>
</head>
<body>