We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155437c commit 3e99879Copy full SHA for 3e99879
sqlpage/templates/shell.handlebars
@@ -4,7 +4,7 @@
4
<meta charset="utf-8"/>
5
<title>{{default title "SQLPage"}}</title>
6
7
- <link rel="stylesheet" href="{{static_path 'sqlpage.css'}}">
+ <link rel="stylesheet" href="/{{static_path 'sqlpage.css'}}">
8
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@2.19.0/tabler-icons.min.css"
9
integrity="sha384-a8pgu0eDAmHMVlQuzUEoHyapgzLXfOaTTNrMzPivsvAts7LkllyAYpRE4saDWQj7" crossorigin="anonymous">
10
@@ -19,7 +19,7 @@
19
<style>:root { --tblr-font-sans-serif: '{{font}}', Arial, sans;}</style>
20
{{/if}}
21
22
- <script src="{{static_path 'sqlpage.js'}}" defer></script>
+ <script src="/{{static_path 'sqlpage.js'}}" defer></script>
23
{{#each (to_array javascript)}}
24
<script src="{{this}}" defer></script>
25
{{/each}}
0 commit comments