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:
parent
7596f0cd3b
commit
88628a4f9e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue