0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

Fix small typo in astro.ts (#10008)

This commit is contained in:
Markus Krogemann 2024-02-07 13:45:22 +01:00 committed by GitHub
parent 7596f0cd3b
commit 88628a4f9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -553,7 +553,7 @@ export interface AstroUserConfig {
*
* Specifies the output target for builds.
*
* - `'static'` - Building a static site to be deploy to any static host.
* - `'static'` - Building a static site to be deployed to any static host.
* - `'server'` - Building an app to be deployed to a host supporting SSR (server-side rendering).
* - `'hybrid'` - Building a static site with a few server-side rendered pages.
*