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 532e7ad commit 6d38f64Copy full SHA for 6d38f64
_includes/head.html
@@ -145,6 +145,8 @@
145
<script src="{{ site.baseurl }}/assets/js/dist/tooltip-loader.min.js" async></script>
146
147
<!-- PWA -->
148
- <script src="{{ '/app.js' | relative_url }}" defer></script>
+ {% if jekyll.environment == 'production' %}
149
+ <script src="{{ '/app.js' | relative_url }}" defer></script>
150
+ {% endif %}
151
152
</head>
0 commit comments