From 97d2e1ed5ba4e4720ed0013f5827c77d8510c91c Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Wed, 4 Jan 2023 15:52:49 -0500 Subject: [PATCH] [O] Copy page.md in build --- scripts/build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.ts b/scripts/build.ts index 24a80dd1..512fa8c8 100644 --- a/scripts/build.ts +++ b/scripts/build.ts @@ -126,7 +126,7 @@ function buildPeoplePages() { // Copy `people/${dirname}/photos` to `dist/people/${dirname}/`. function copyPeopleAssets() { - const PEOPLE_ASSETS = ["photos", "backup"]; + const PEOPLE_ASSETS = ["photos", "backup", "page.md"]; for (const { srcPath, distPath } of people) { fs.ensureDirSync(distPath);