Fix customClientDirectives config default typo (#7119)
This commit is contained in:
parent
28d4d22f7b
commit
8814a36f72
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const ASTRO_CONFIG_DEFAULTS: AstroUserConfig & any = {
|
|||
experimental: {
|
||||
assets: false,
|
||||
hybridOutput: false,
|
||||
customClientDirecives: false,
|
||||
customClientDirectives: false,
|
||||
inlineStylesheets: 'never',
|
||||
middleware: false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue