diff --git a/config/vendors.js b/config/vendors.js index cd31059..4144395 100644 --- a/config/vendors.js +++ b/config/vendors.js @@ -10,11 +10,11 @@ module.exports = { javascripts: [ 'node_modules/jquery/dist/jquery.js', - 'node_modules/swiper/dist/js/swiper.jquery.js' + 'node_modules/swiper/dist/js/swiper.jquery.umd.js' ], fonts: [ // if you need font-awesome // 'node_modules/font-awesome/fonts/*' ] -}; +}; \ No newline at end of file