Skip to content

Commit

Permalink
docs(config): update preview.https type (#1479)
Browse files Browse the repository at this point in the history
resolve #1478

vitejs/vite@14e1472 の反映です。
  • Loading branch information
shuuji3 committed Jun 30, 2024
1 parent 49f7887 commit 87db4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/preview-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineConfig({

## preview.https

- **型:** `boolean | https.ServerOptions`
- **型:** `https.ServerOptions`
- **デフォルト:** [`server.https`](./server-options#server-https)

TLS + HTTP/2 を有効にします。[`server.proxy` オプション](./server-options#server-proxy)も使用されている場合にのみ TLS にダウングレードされるので注意してください。
Expand Down

0 comments on commit 87db4d5

Please sign in to comment.