reflex
reflex copied to clipboard
Dynamic sitemap generation
### Type of Change
- [ ] New feature (non-breaking change which adds functionality)
Hi @benedikt-bartscher, I hope you're well. Apologies for the delay in updating you on this issue. Here is a proposed solution for generating dynamic sitemaps in Reflex apps.
Changes Made
-
Added a Placeholder Constant:
- Introduced a new placeholder constant in the
Nextconstant variables.
- Introduced a new placeholder constant in the
-
Updated
next_sitemap.js:- Assigned the placeholder constant to
siteUrlin the `gener
- Assigned the placeholder constant to
-
Implemented Dynamic Sitemap Generation:
- Developed a method to generate dynamic sitemaps based on the application's routes.
Feel free to let me know if there are any questions or further adjustments needed.
Nice idea! Do you have a link to issue
Thanks, @TG199 I'll try this out and review it later this week.
@Alek99 it's issue #3489