mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore(types): add types for new false
option for render.static
(#9372)
This commit is contained in:
parent
fa0f4d2248
commit
b52612ba67
2
packages/types/config/render.d.ts
vendored
2
packages/types/config/render.d.ts
vendored
@ -72,5 +72,5 @@ export interface NuxtOptionsRender {
|
|||||||
resourceHints?: boolean
|
resourceHints?: boolean
|
||||||
ssr?: boolean
|
ssr?: boolean
|
||||||
ssrLog?: boolean | 'collapsed'
|
ssrLog?: boolean | 'collapsed'
|
||||||
static?: ServeStaticOptions
|
static?: ServeStaticOptions | false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user