mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-02-28 06:53:12 +08:00
Live reload for dev mode
This commit is contained in:
@@ -61,4 +61,5 @@
|
||||
{% if not request.global_settings.enable_link_prefetch %}<meta name="turbo-prefetch" content="false">{% endif %}
|
||||
{% if rss_feed_url %}<link rel="alternate" type="application/rss+xml" href="{{ rss_feed_url }}" />{% endif %}
|
||||
<script src="{% static "bundle.js" %}?v={{ app_version }}"></script>
|
||||
{% if debug %}<script src="{% static "live-reload.js" %}"></script>{% endif %}
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user