feat: gate production behind COMING_SOON flag - #2
Merged
Conversation
✅ Deploy Preview for nrwl-harnesstools ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
COMING_SOONgate in the shared layout: production deploys keep showing the Coming Soon page while PR deploy previews and branch deploys render the real site (netlify.tomlsetsCOMING_SOON=falsefor those contexts).falseunlocks. Dev server shows real content by default (COMING_SOON=trueto preview the gate locally). Gated builds also force generic title/description so real page metadata does not leak.ComingSoon.astro;index.astronow holds a minimal placeholder for the real page.COMING_SOONadded to Nx build inputs so cached builds cannot serve the wrong variant.@types/nodeadded soprocess.envpasses astro check.pnpm-lock.yamlre-aligned with thedevEnginespnpm pin (11.0.6).Launch later = set
COMING_SOON=falseon the Netlify production context, no code change.View session information ↗