chore: only generate og images locally

This commit is contained in:
Cory Dransfeldt 2024-05-01 18:15:59 -07:00
parent 2cdded57a0
commit 362afdb588
No known key found for this signature in database
299 changed files with 31 additions and 23 deletions

View file

@ -1,3 +1,5 @@
export default async function () {
return process.env.NODE_ENV
return {
production: process.env.ELEVENTY_RUN_MODE === 'build'
}
}