Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit bee8ee0

Browse files
authored
add missing closing bracket (vercel#26375)
## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. ## Documentation / Examples - [ ] Make sure the linting passes
1 parent d6451db commit bee8ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/advanced-features/security-headers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ async headers() {
2020
source: '/(.*)',
2121
headers: securityHeaders
2222
}
23+
]
2324
}
2425
```
2526

0 commit comments

Comments
 (0)