Skip to content

Commit c499143

Browse files
Merge pull request #5 from The-Infinitys/dev
Update article.tsx
2 parents 27ca537 + f6c9cdb commit c499143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/article/article.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function getArticleIndexes() {
8686
.flat(); // ネストされた配列を平坦化
8787
});
8888
});
89-
89+
articles.reverse();
9090
return articles;
9191
}
9292
function findThumbnailFile(directory: string): string | null {

0 commit comments

Comments
 (0)