Skip to content

Commit 4db9f25

Browse files
committed
chore: resolve comments
1 parent 6c39640 commit 4db9f25

File tree

2 files changed

+4
-4
lines changed
  • src/pages
    • [platform]/build-a-backend/server-side-rendering
    • gen1/[platform]/build-a-backend/server-side-rendering/nextjs

2 files changed

+4
-4
lines changed

src/pages/[platform]/build-a-backend/server-side-rendering/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,13 @@ To authenticate users on the server side, you must enable either Amazon Cognito
230230

231231
#### Step 1 - Specify the origin of your app in environment variables
232232

233-
Add the following environment variables to your Next.js app. For example in a `.env` file:
233+
Add the following environment variable to your Next.js app. For example in a `.env` file:
234234

235235
```shell title=".env" showLineNumbers={false}
236236
AMPLIFY_APP_ORIGIN=https://myapp.com
237237
```
238238

239-
Ensure this environment variables is accessible in your Next.js app's server runtime.
239+
Ensure this environment variable is accessible in your Next.js app's server runtime.
240240

241241
<Callout info>
242242

src/pages/gen1/[platform]/build-a-backend/server-side-rendering/nextjs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,13 @@ To authenticate users on the server side, you must enable either Amazon Cognito
232232

233233
#### Step 1 - Specify the origin of your app in environment variables
234234

235-
Add the following environment variables to your Next.js app. For example in a `.env` file:
235+
Add the following environment variable to your Next.js app. For example in a `.env` file:
236236

237237
```shell title=".env" showLineNumbers={false}
238238
AMPLIFY_APP_ORIGIN=https://myapp.com
239239
```
240240

241-
Ensure this environment variables is accessible in your Next.js app's server runtime.
241+
Ensure this environment variable is accessible in your Next.js app's server runtime.
242242

243243
<Callout info>
244244

0 commit comments

Comments
 (0)