Skip to content

Commit

Permalink
chore(types): add types for new false option for render.static (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 2, 2021
1 parent fa0f4d2 commit b52612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/config/render.d.ts
Expand Up @@ -72,5 +72,5 @@ export interface NuxtOptionsRender {
resourceHints?: boolean
ssr?: boolean
ssrLog?: boolean | 'collapsed'
static?: ServeStaticOptions
static?: ServeStaticOptions | false
}

0 comments on commit b52612b

Please sign in to comment.