Skip to content

Commit

Permalink
Merge pull request #93 from d3adb5/fix/blog-fzf-searchbox
Browse files Browse the repository at this point in the history
fix: disable minification to fix blog fzf search
  • Loading branch information
d3adb5 committed Feb 20, 2024
2 parents 6ed8884 + 63834a6 commit 4ed7745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ module.exports = {
'unsized-images': 'off',
'tap-targets': 'warn',
'csp-xss': 'off',
'errors-in-console': 'off'
'errors-in-console': 'off',
'unminified-javascript': 'warn',
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion themes/base16/layouts/blog/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"inputSelector" "input#search-box"
"resultsSelector" "table#blog-index tbody"
"identifierSelector" "td.title"
)) | resources.Minify
))
}}
<script src="{{ $script.RelPermalink }}"></script>
</article>
Expand Down

0 comments on commit 4ed7745

Please sign in to comment.