fix copying custom OG image

This commit is contained in:
jessop 2020-08-03 18:25:19 -04:00 committed by Sean Yesmunt
parent ab56633eed
commit 93c49ac566

View file

@ -43,6 +43,7 @@ if (fs.existsSync(CUSTOM_OG_PATH)) {
copyWebpackCommands.push({ copyWebpackCommands.push({
from: CUSTOM_OG_PATH, from: CUSTOM_OG_PATH,
to: `${DIST_ROOT}/public/v2-og.png`, to: `${DIST_ROOT}/public/v2-og.png`,
force: true,
}); });
} }