mirror of
https://github.com/one-among-us/data.git
synced 2024-11-22 19:24:51 +08:00
[O] Copy page.md in build
This commit is contained in:
parent
5fe1d72410
commit
97d2e1ed5b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user