P1: path routing, prerender shells, E2E, and HelmetProvider donate fix.
Replace hash URLs with path-based routing, post-build prerender for money pages, Playwright smoke tests, and wrap the app in HelmetProvider so /donate mounts correctly. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
+15
-15
@@ -6,77 +6,77 @@
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/about</loc>
|
||||
<loc>https://mim4u.org/about</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/mission</loc>
|
||||
<loc>https://mim4u.org/mission</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/what-we-do</loc>
|
||||
<loc>https://mim4u.org/what-we-do</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/stories</loc>
|
||||
<loc>https://mim4u.org/stories</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/testimonies</loc>
|
||||
<loc>https://mim4u.org/testimonies</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/events</loc>
|
||||
<loc>https://mim4u.org/events</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/volunteers</loc>
|
||||
<loc>https://mim4u.org/volunteers</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/donate</loc>
|
||||
<loc>https://mim4u.org/donate</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/contact</loc>
|
||||
<loc>https://mim4u.org/contact</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/request-assistance</loc>
|
||||
<loc>https://mim4u.org/request-assistance</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/sponsors</loc>
|
||||
<loc>https://mim4u.org/sponsors</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/impact</loc>
|
||||
<loc>https://mim4u.org/impact</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/legal</loc>
|
||||
<loc>https://mim4u.org/legal</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/brand</loc>
|
||||
<loc>https://mim4u.org/brand</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://mim4u.org/#/portals</loc>
|
||||
<loc>https://mim4u.org/portals</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.6</priority>
|
||||
</url>
|
||||
|
||||
Reference in New Issue
Block a user