summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
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>