Skip to content

Instantly share code, notes, and snippets.

@eric-burel
Created February 26, 2021 08:09
Show Gist options
  • Save eric-burel/bb5de3030f6561836c6db465cde09194 to your computer and use it in GitHub Desktop.
Save eric-burel/bb5de3030f6561836c6db465cde09194 to your computer and use it in GitHub Desktop.
next config public app
// in next.config.js
import packageJson from "./package.json"
module.exports = {
env: {
NEXT_PUBLIC_APP_VERSION: packageJson.version
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment