Skip to content

Commit

Permalink
Use releative path for doc script (adap#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanertopal authored May 22, 2022
1 parent 060e215 commit 5e01006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/_templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
{%- endblock -%}

{%- endblock scripts -%}
<script defer data-domain="flower.dev" data-api="/static/pla/api/event" src="https://plausible.io/js/script.js"></script>
<script defer data-domain="flower.dev" data-api="/static/pla/api/event" src="/static/pla/js/script.js"></script>
</body>
</html>

0 comments on commit 5e01006

Please sign in to comment.