summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 9128b2e..2ff86e7 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{.Title}}</title>
- <link rel="stylesheet" href="/styles/main.css">
- {{.ImportMapTag}}
+ <link rel="stylesheet" href="/assets/styles/main.css">
+ <script type="importmap">{ "imports": {} }</script>
{{- range .ComponentScripts}}
<script type="module" src="{{.}}"></script>
{{- end}}