We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4df59d commit f1cf979Copy full SHA for f1cf979
src/utils/configuration.ts
@@ -51,6 +51,7 @@ export function configure(ctx: HttpClientHintsContext, nuxt: Nuxt) {
51
}
52
53
54
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
55
const clientOnly = nuxt.options.nitro.static || (nuxt.options as any)._generate /* TODO: remove in future */ || !nuxt.options.ssr
56
57
// we register the client detector only if needed and not in SSR mode
0 commit comments