Skip to content

Commit

Permalink
get script and css from base url
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Jan 8, 2025
1 parent eef2b4f commit e8def6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/views/app.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<link rel="stylesheet" href="http://localhost:5173/src/scss/style.scss"/>
{{/hotReload}}
{{^hotReload}}
<script type="module" src="/wodin.js"></script>
<script type="module" src="{{& baseUrl}}/wodin.js"></script>
<link rel="stylesheet" href="/wodin.css"/>
{{/hotReload}}
<script async src="{{& mathjaxSrc}}"></script>
Expand Down

0 comments on commit e8def6f

Please sign in to comment.