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 8c81255 commit 0fd1e22Copy full SHA for 0fd1e22
detectors/nuxt.meta.json
@@ -3,6 +3,6 @@
3
"js": "window.$nuxt?.$options?.context?.nuxtState.serverRendered || window.__NUXT__?.serverRendered"
4
},
5
"static": {
6
- "js": "window.$nuxt?.$options?.context?.isStatic"
+ "js": "window.$nuxt?.$options?.context?.isStatic || window.__NUXT__?.prerenderedAt"
7
}
8
0 commit comments