chore: drop resend dependency and refresh CLAUDE.md - #2
Merged
Conversation
- Remove unused `resend` dep (the `/api/contact` route using it was deleted earlier; static export never used it at runtime). - CLAUDE.md: describe the current Contact section (mailto + GitHub), drop the RESEND_API_KEY env var row, document the actual deploy path (self-hosted yupanki runner → CT 127). No behaviour change; static build output unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
resenddependency. Theapp/api/contact/route.tsthat imported it was already deleted; the dep was dead weight in lockfile.CLAUDE.md: the Contact section is currently a mailto link + GitHub link (no form, no backend). If a form is reintroduced, POST to the AlterMundi n8n webhook rather than a Next.js API route (this site isoutput: "export").Rationale
Follow-up to #1. Static export has no runtime secrets and no Node runtime; the Resend reference and
RESEND_API_KEYenvironment variable row in CLAUDE.md were misleading to anyone (human or agent) reading the repo.Verification
npm run buildstill succeeds and produces the sameout/tree.Test plan