diff --git a/next.config.js b/next.config.js index e669dbb3..33b2c87c 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,10 @@ const { withPlausibleProxy } = require('next-plausible') +const { VersionLabel } = require('/opt/elasticbeanstalk/deployment/app_version_manifest.json') // eslint-disable-line module.exports = withPlausibleProxy()({ + generateBuildId: async () => { + return VersionLabel + }, async rewrites () { return [ {