Disable PWA at local.
This commit is contained in:
parent
532e7ad451
commit
6d38f643ae
1 changed files with 3 additions and 1 deletions
|
@ -145,6 +145,8 @@
|
|||
<script src="{{ site.baseurl }}/assets/js/dist/tooltip-loader.min.js" async></script>
|
||||
|
||||
<!-- PWA -->
|
||||
<script src="{{ '/app.js' | relative_url }}" defer></script>
|
||||
{% if jekyll.environment == 'production' %}
|
||||
<script src="{{ '/app.js' | relative_url }}" defer></script>
|
||||
{% endif %}
|
||||
|
||||
</head>
|
Loading…
Reference in a new issue