diff --git a/README.md b/README.md index 3c876cf..25060f3 100644 --- a/README.md +++ b/README.md @@ -102,3 +102,7 @@ public/assets/ analemma marks, wordmark, favicon Implemented from the _Heliobond Design System_ handoff bundle exported from Claude Design. The reference bundle lives under `.design-handoff/` (gitignored). + +## Issue #301 + +Feature in development. Closes #301 diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..23f0f05 --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ +{ + "git": { + "deployEnabled": false + } +}