fix: prod check
This commit is contained in:
parent
b64ff2c6c6
commit
3d946429f7
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export default async function (eleventyConfig) {
|
|||
})
|
||||
|
||||
eleventyConfig.addShortcode('appVersion', () => appVersion)
|
||||
eleventyConfig.addShortcode('isProduction', () => process.env.ELEVENTY_PRODUCTION)
|
||||
eleventyConfig.addShortcode('isProduction', () => process.env.ELEVENTY_PRODUCTION === 'true')
|
||||
|
||||
// events
|
||||
if (process.env.ELEVENTY_PRODUCTION) eleventyConfig.on('afterBuild', copyErrorPages)
|
||||
|
|
Reference in a new issue