mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
chore: fix alignment docs (#9920)
* chore: fix alignment docs * apply Sarah suggestion
This commit is contained in:
parent
2561c99598
commit
b31a46673e
1 changed files with 10 additions and 9 deletions
|
@ -796,7 +796,7 @@ export interface AstroUserConfig {
|
|||
* {
|
||||
* build: {
|
||||
* // Example: Generate `page.html` instead of `page/index.html` during build.
|
||||
* format: 'preserve'
|
||||
* format: 'file'
|
||||
* }
|
||||
* }
|
||||
* ```
|
||||
|
@ -1563,6 +1563,7 @@ export interface AstroUserConfig {
|
|||
* domains: {
|
||||
* fr: "https://fr.example.com",
|
||||
* es: "https://example.es"
|
||||
* }
|
||||
* },
|
||||
* })
|
||||
* ```
|
||||
|
|
Loading…
Reference in a new issue