-
-
Notifications
You must be signed in to change notification settings - Fork 33
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!: add support for nuxt 3/nuxt bridge #52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this initiative! It looks great.
Key next step is to decide whether to generate robots.txt
dynamically (see my comments about server middleware).
@ricardogobbosouza you mentioned that reenabling the test suite is a TODO. Fyi, the issue you linked to that was closed yesterday :) |
Hey @ricardogobbosouza, 3 months later I want to ask about the state of this PR nicely :) have a great day! |
Hello @ricardogobbosouza ! Have you news about that work ? :) |
I'm working on this module. I should prerelease today |
Hey @ricardogobbosouza hope you're well ! :) |
Hi @damevin |
…module into feat/nuxt3-bridge
This PR enables this module to work for Nuxt Bridge & Nuxt 3.
🔥 Notable changes
@nuxt/module-builder
to build module@nuxt/kit
configPath
to use configuration as filerobots.config.ts
robots.txt
inside public directoryResolves nuxt/framework#49