diff --git a/resources/js/views/Home.vue b/resources/js/views/Home.vue index 10f2d50..0317dae 100644 --- a/resources/js/views/Home.vue +++ b/resources/js/views/Home.vue @@ -178,7 +178,7 @@ const handleLoad = async () => { getApiResultData(articlesResult); if (articlesData && articlesData.articles) { - const randomIndex = 1; + const randomIndex = 0; // Math.floor( // Math.random() * articlesData.articles.length // );