Skip to content

Commit

Permalink
feat: remove js-enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jul 22, 2020
1 parent bbab183 commit ff3c343
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/meta/tags.js
Expand Up @@ -56,10 +56,6 @@ Tags.parse = async (req, data, meta, link) => {
}, {
rel: 'manifest',
href: nconf.get('relative_path') + '/manifest.json',
}, {
rel: 'preload',
href: nconf.get('relative_path') + '/assets/js-enabled.css?' + (Meta.config['cache-buster'] ? '?' + Meta.config['cache-buster'] : ''),
as: 'style',
}];

if (plugins.hasListeners('filter:search.query')) {
Expand Down

0 comments on commit ff3c343

Please sign in to comment.