[O] Copy page.md in build

pull/49/head
Azalea Gui 2023-01-04 15:52:49 -05:00
parent 5fe1d72410
commit 97d2e1ed5b
No known key found for this signature in database
GPG Key ID: E289FAC0DA92DD2B
1 changed files with 1 additions and 1 deletions

View File

@ -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);