Commit 01826ee
committed
Refactor: Consolidate Sitemap Functions into app.py
This commit moves all sitemap generation functions from the separate sitemap file into app.py.
Developers can now easily integrate sitemaps into their applications using the add_page method. For example:
app.add_page(/about, sitemap_priority=0.8, sitemap_changefreq=monthly)1 parent b0cb5f3 commit 01826ee
4 files changed
+628
-554
lines changed
0 commit comments