-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support nuxt 3 static rendering #84
Conversation
Would love to have an advice from @danielroe on this |
This looks right to me, at the moment, but we may well need to update as we finish off the rest of nuxt/nuxt#14507. cc: @pi0 |
Thanks for PR. LGTM too. |
|
* fix: add `@nuxtjs/color-mode` recognition case (nuxtlabs#82) * fix: use $img not $router for nuxt/image Resolves nuxtlabs#83 * chore(release): 0.9.15 * feat: support nuxt 3 static rendering (nuxtlabs#84) * feat: detect IP and localhost sites and remove mandatory https access (nuxtlabs#87) * feat: add vitepress detection * chore: update vitepress logo * Update vitepress.svg * feat: detect IP and localhost sites and remove mandatory https access Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> * chore(release): 0.9.16 Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: 吕振波 <32427677+lvzhenbo@users.noreply.github.com>
* update to current main branch (#1) * fix: add `@nuxtjs/color-mode` recognition case (#82) * fix: use $img not $router for nuxt/image Resolves #83 * chore(release): 0.9.15 * feat: support nuxt 3 static rendering (#84) * feat: detect IP and localhost sites and remove mandatory https access (#87) * feat: add vitepress detection * chore: update vitepress logo * Update vitepress.svg * feat: detect IP and localhost sites and remove mandatory https access Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> * chore(release): 0.9.16 Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: 吕振波 <32427677+lvzhenbo@users.noreply.github.com> * feat: add harlem detector * docs: update README * fix: use optional chaining * Update README.md Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: 吕振波 <32427677+lvzhenbo@users.noreply.github.com> Co-authored-by: Sébastien Chopin <seb@nuxtlabs.com>
Types of changes
Description
Added line that should recognize if current page has been prerendered on nuxt 3. However, I'm not quite sure if
prerenderedAt
returns value only per route, and if there is a more reliable way to actually detect if whole project has been prerendered.