We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ca537 commit f6c9cdbCopy full SHA for f6c9cdb
src/app/article/article.tsx
@@ -86,7 +86,7 @@ export function getArticleIndexes() {
86
.flat(); // ネストされた配列を平坦化
87
});
88
89
-
+ articles.reverse();
90
return articles;
91
}
92
function findThumbnailFile(directory: string): string | null {
0 commit comments