Skip to content

Commit

Permalink
fix: load correct helper
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Aug 21, 2021
1 parent 351d2f8 commit 1e94e59
Show file tree
Hide file tree
Showing 3 changed files with 603 additions and 608 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"norska": "2.7.0",
"norska-theme-search-infinite": "1.1.2"
"norska": "2.9.0",
"norska-theme-search-infinite": "1.1.3"
},
"devDependencies": {
"aberlaas": "1.25.0"
Expand Down
2 changes: 1 addition & 1 deletion src/script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const theme = require('norska/theme');
const lazyloadHelper = require('norska/frontend/algolia/helpers/lazyload');
const lazyloadHelper = require('norska/frontend/algolia/lazyload');

(async () => {
await theme.init({
Expand Down
Loading

0 comments on commit 1e94e59

Please sign in to comment.