mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Fix formatting problem in experimental feature docs (#6997)
This commit is contained in:
parent
170140083c
commit
2ff31e5c7b
1 changed files with 3 additions and 0 deletions
|
@ -1050,6 +1050,7 @@ export interface AstroUserConfig {
|
|||
* assets: true,
|
||||
* },
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
assets?: boolean;
|
||||
|
||||
|
@ -1070,6 +1071,7 @@ export interface AstroUserConfig {
|
|||
* inlineStylesheets: `auto`,
|
||||
* },
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
inlineStylesheets?: 'always' | 'auto' | 'never';
|
||||
|
||||
|
@ -1090,6 +1092,7 @@ export interface AstroUserConfig {
|
|||
* middleware: true,
|
||||
* },
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
middleware?: boolean;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue