Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.

Commit e17ef06

Browse files
authored
Use proper relative URL for service worker script
1 parent 905d3c6 commit e17ef06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ <h3>Main Navigation</h3>
145145
{% endif %}
146146
{% endwith %}
147147

148-
<script src="static/pws.js" async></script>
148+
<script src="/static/pws.js" async></script>
149149
</body>
150-
</html>
150+
</html>

0 commit comments

Comments
 (0)