-
Notifications
You must be signed in to change notification settings - Fork 43
SSG crawler support for Nuxt 3 #144
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
Since SSG crawler support is available for Nuxt 2, I think it would be great to also support Nuxt 3. This would be very convenient for static sites like blogs and docs using Docus. And would further enhance this module capabilities.
I'm not sure if Nuxt 3 actually supports the hooks required to support this feature. I was not able to find hooks that function the same way as the current hooks: generate:page and generate:done. But I thought someone else might know the right hooks for this feature.
Describe alternatives you've considered
Uploading data manually.
Additional context
Here is the current hooks available for Nuxt 2.
Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request