chore(config): Update README title and env values #18#19
Merged
Conversation
Use the requested descriptive README heading for the repository landing page. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Record the requested SITE_URL, COACH_IG_USERNAME, and BOOKING_URL values in the tracked env template while keeping the matching .env.local update uncommitted. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates public-facing configuration documentation and defaults to reflect the “boulder-daddy” repository branding and intended deployment values.
Changes:
- Rename the README heading to the requested project title/description.
- Populate
.env.examplewith public default values forSITE_URL,COACH_IG_USERNAME, andBOOKING_URL.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates the repository README title/heading. |
| .env.example | Sets concrete public defaults for site URL, Instagram username, and booking URL. |
Remove the trailing slash from SITE_URL in the tracked env template so generated sitemap and robots URLs do not contain double slashes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Move the canonical site URL, Instagram handle, and booking URL into tracked site content so the repository stays the source of truth for public values. Update docs and consumers to read those values from src/content/site.ts instead of env vars. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Normalize the tracked site URL before sitemap, robots, and metadata consumers build derived URLs, and add a regression test for the helper. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Trim whitespace and strip one-or-more trailing slashes from the tracked site URL normalizer, and cover the edge case with a regression test. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Update the README to reflect the runtime default for INSTAGRAM_MODE and tighten the site URL normalization test to compare against the helper output. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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
src/content/site.ts.env.examplefocused on environment-specific settings and secretsValidation
pnpm lintpnpm testpnpm buildCloses #18