chore: only generate og images locally
This commit is contained in:
parent
2cdded57a0
commit
362afdb588
299 changed files with 31 additions and 23 deletions
|
@ -1,3 +1,5 @@
|
|||
export default async function () {
|
||||
return process.env.NODE_ENV
|
||||
return {
|
||||
production: process.env.ELEVENTY_RUN_MODE === 'build'
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue