feat: migrate CozSweet legal documents

This commit is contained in:
Codex
2026-07-29 16:08:43 +08:00
parent c2e4e2763f
commit 8735a88ef6
19 changed files with 2025 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
import { redirect } from "next/navigation";
export default function PrivacyPolicyRedirect() {
redirect("/privacy-policy.html");
}