Removed preload link for compose feature in react.html.haml

• Removed:
- preload link for compose feature in react.html.haml
This commit is contained in:
mgabdev 2020-06-15 13:28:12 -04:00
parent 450ac52f7c
commit 825924f314

View File

@ -1,5 +1,4 @@
- content_for :header_tags do
= preload_link_tag asset_pack_path('features/compose.js'), crossorigin: 'anonymous'
= preload_link_tag asset_pack_path('features/home_timeline.js'), crossorigin: 'anonymous'
= preload_link_tag asset_pack_path('features/notifications.js'), crossorigin: 'anonymous'