Skip to content

Commit 22c9494

Browse files
committed
Misc doc
1 parent 44e8060 commit 22c9494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = withBundleAnalyzer(withSourceMaps({
1818
// target: 'serverless', // Automatically enabled on Vercel, you may need to manually opt-in if you're not using Vercel - See https://nextjs.org/docs/api-reference/next.config.js/build-target#serverless-target
1919
env: {
2020
// XXX All env variables defined in ".env*" files that aren't public (don't start with "NEXT_PUBLIC_") MUST manually be made available at build time below
21-
// They're necessary locally and on Vercel for runtime execution (SSR, SSG with revalidate, everything that happens server-side will need those)
21+
// They're necessary on Vercel for runtime execution (SSR, SSG with revalidate, everything that happens server-side will need those)
2222
// See https://nextjs.org/docs/api-reference/next.config.js/environment-variables
2323
AIRTABLE_API_KEY: process.env.AIRTABLE_API_KEY,
2424
AIRTABLE_BASE_ID: process.env.AIRTABLE_BASE_ID,

0 commit comments

Comments
 (0)