Skip to content

Commit b2f0631

Browse files
authored
fixed styling
1 parent 8c4aedb commit b2f0631

File tree

1 file changed

+3
-3
lines changed
  • src/pages/gen1/[platform]/build-a-backend/troubleshooting/apikey-not-found

1 file changed

+3
-3
lines changed

src/pages/gen1/[platform]/build-a-backend/troubleshooting/apikey-not-found/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you're encountering an "API Key Not Found" issue in your Amplify project, fol
3232
1. Navigate to the `amplify/backend/api/<apiName>/parameters.json` file in your project.
3333
2. Add the following line to the file:
3434

35-
```ts title="parameters.json"
35+
```tsx title="parameters.json"
3636
"CreateAPIKey": 0
3737
```
3838
Ensure that a comma is placed after the previous line if this is added at the end of the JSON object.
@@ -44,7 +44,7 @@ If you're encountering an "API Key Not Found" issue in your Amplify project, fol
4444
3. Modify the arrays by removing the `GraphQLAPIKeyOutput` entry. For example:
4545
* Change this:
4646

47-
```json title="backend-config.json"
47+
```tsx title="backend-config.json"
4848
"attributes": [
4949
"GraphQLAPIIdOutput",
5050
"GraphQLAPIEndpointOutput",
@@ -54,7 +54,7 @@ If you're encountering an "API Key Not Found" issue in your Amplify project, fol
5454

5555
* To this:
5656

57-
```json title="backend-config.json"
57+
```tsx title="backend-config.json"
5858
"attributes": [
5959
"GraphQLAPIIdOutput",
6060
"GraphQLAPIEndpointOutput"

0 commit comments

Comments
 (0)