Skip to content

Commit

Permalink
fix: 백틱 누락 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
brightchul committed Jun 30, 2023
1 parent b3dc10f commit 79f0dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/05-next-config-js/headers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ const ContentSecurityPolicy = `
`
```

지시어가 `self`와 같은 키워드를 사용하는 경우 작은따옴표 '''`로 묶는다.
지시어가 `self`와 같은 키워드를 사용하는 경우 작은따옴표 `''`로 묶는다.

헤더 값에서 새 줄을 공백으로 바꾼다.

Expand Down

0 comments on commit 79f0dbd

Please sign in to comment.