reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Dynamic sitemap generation

Open TG199 opened this issue 1 year ago β€’ 2 comments

### 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

  1. Added a Placeholder Constant:

    • Introduced a new placeholder constant in the Next constant variables.
  2. Updated next_sitemap.js:

    • Assigned the placeholder constant to siteUrl in the `gener
  3. 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.

TG199 avatar Jul 21 '24 00:07 TG199

Nice idea! Do you have a link to issue

Alek99 avatar Jul 24 '24 17:07 Alek99

Thanks, @TG199 I'll try this out and review it later this week.

@Alek99 it's issue #3489

benedikt-bartscher avatar Jul 24 '24 18:07 benedikt-bartscher