Fix articles index

This commit is contained in:
Thibault “Adædra” Hamel 2024-06-26 23:58:21 +02:00
parent 3bab0a1715
commit 6dc157e55a

View File

@ -117,6 +117,7 @@ export async function articles(): Promise<void> {
file.path = join(slug, "index.html"); file.path = join(slug, "index.html");
file.contents = renderDocument(content); file.contents = renderDocument(content);
articles.push(article);
return file; return file;
}), }),
then(dest("dist")), then(dest("dist")),