-
Notifications
You must be signed in to change notification settings - Fork 11.8k
docs(astro): add Sessions, custom 404, and Node.js requirements #27602
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
Conversation
- Add Sessions section documenting Astro Sessions API with Workers KV - Add Custom 404 pages section with not_found_handling configuration - Add Node.js requirements section noting Astro 5.x and 6 requirements These additions align Cloudflare's Astro documentation with the official Astro docs and cover important features for production deployments.
3b3d256 to
8f4644b
Compare
craigsdennis
left a comment
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.
Nice work, small experiment to test out, but works w/out
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Wrangler automatically provisions the KV namespace on deploy, so manual creation steps are no longer needed.
This comment was marked as spam.
This comment was marked as spam.
|
@ascorbic @kristianfreeman do you know who can help get this PR merged? |
|
Hi @pedrosousa and @kodster28 👋🏼 I see you're both active recent maintainers of this repo. Can you help me figure out how to get this approved PR shipped?Thanks! |
This PR enhances the Astro framework guide with documentation for Sessions, custom 404 pages, and Node.js requirements.
not_found_handlingconfigurationThese additions align Cloudflare's Astro documentation with:
Testing locally
Then visit http://localhost:4321/workers/framework-guides/web-apps/astro/