dced4a8a26
With this new `server.headers` option, the users can specify custom headers for `astro dev` and `astro preview` servers. This is useful when they want to build a website requiring specific response headers such as `Cross-Origin-Opener-Policy`.
5 lines
52 B
Markdown
5 lines
52 B
Markdown
---
|
|
'astro': minor
|
|
---
|
|
|
|
Add `server.headers` option
|