fix: explicitly set sitemap.xml page route
TaxBaik CI/CD / build-and-deploy (push) Successful in 5m28s
TaxBaik CI/CD / build-and-deploy (push) Successful in 5m28s
- @page "/sitemap.xml" (explicitly named route) - Accessible at /taxbaik/sitemap.xml for search engines - Matches robots.txt sitemap reference - Dynamic content from DB on every request Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@page
|
||||
@page "/sitemap.xml"
|
||||
@model TaxBaik.Web.Pages.SitemapModel
|
||||
@{
|
||||
Response.ContentType = "application/xml";
|
||||
|
||||
Reference in New Issue
Block a user