feat: scaffold headless frontend integration per design doc

This commit is contained in:
2026-08-06 15:51:59 +08:00
parent b0919bf8b5
commit 7e30631c68
28 changed files with 708 additions and 126 deletions
+7
View File
@@ -0,0 +1,7 @@
# 复制为 .env.local 并按实际环境填写。
# Wagtail 后端 API 地址
NEXT_PUBLIC_API_URL=http://localhost:8000
# 接收后端发布 Webhook 的密钥(需与后端 REVALIDATE_SECRET 一致)
REVALIDATE_SECRET=change-me