Skip to content

Commit c501b5d

Browse files
authored
docs: fix preview.cors description (#1815)
1 parent 09b5cca commit c501b5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/preview-options.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ TLS + HTTP/2 を有効にします。[`server.proxy` オプション](./server-o
8787
- **型:** `boolean | CorsOptions`
8888
- **デフォルト:** [`server.cors`](./server-options#server-cors)
8989

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

9294
## preview.headers
9395

0 commit comments

Comments
 (0)