fix: add missing public route redirects
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m38s

This commit is contained in:
2026-07-01 14:55:18 +09:00
parent 7602f5be59
commit ada05e254d
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
@page "/announcement"
@{
Response.Redirect("/taxbaik/#top");
}
+4
View File
@@ -0,0 +1,4 @@
@page "/faq"
@{
Response.Redirect("/taxbaik/#faq");
}
+4
View File
@@ -0,0 +1,4 @@
@page "/inquiry"
@{
Response.Redirect("/taxbaik/contact");
}