Skip to content

Commit

Permalink
Update HomeCarousel.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
CritasWang authored Dec 20, 2024
1 parent 9dbe25f commit 5398ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vuepress/components/HomeCarousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Carousel, Slide, Navigation } from 'vue3-carousel';
import 'vue3-carousel/dist/carousel.css';

const config = {
autoplay: 2000,
autoplay: 5000,
wrapAround: true,
pauseAutoplayOnHover: true,
};
Expand Down

0 comments on commit 5398ee2

Please sign in to comment.