Skip to content

Commit

Permalink
docs: fix preview.cors description (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-es authored Jan 23, 2025
1 parent 09b5cca commit c501b5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/preview-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ TLS + HTTP/2 を有効にします。[`server.proxy` オプション](./server-o
- **型:** `boolean | CorsOptions`
- **デフォルト:** [`server.cors`](./server-options#server-cors)

プレビューサーバーの CORS を設定します。これはデフォルトで有効になっており、どんなオリジンも許可します。[オプションオブジェクト](https://github.com/expressjs/cors#configuration-options)を渡して微調整するか、`false` で無効にします。
プレビューサーバーの CORS を設定します。

詳細は [`server.cors`](./server-options#server-cors) をご覧ください。

## preview.headers

Expand Down

0 comments on commit c501b5d

Please sign in to comment.