fix copying custom OG image
This commit is contained in:
parent
ab56633eed
commit
93c49ac566
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ if (fs.existsSync(CUSTOM_OG_PATH)) {
|
|||
copyWebpackCommands.push({
|
||||
from: CUSTOM_OG_PATH,
|
||||
to: `${DIST_ROOT}/public/v2-og.png`,
|
||||
force: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue