Fix basepath ipv6, fix sponsor.

This commit is contained in:
2026-05-14 21:17:50 +07:00
parent 219b420f48
commit cce0c675f9
12 changed files with 177 additions and 125 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export default function FeedbackForm({ data }: { data: FeedbackJson }) {
setSubmitState("sending");
try {
const res = await fetch("/api/submissions", {
const res = await fetch("/ipv6/api/submissions", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({