feat: lightweight Astro marketing site on second Firebase Hosting target - #67
Merged
Conversation
Add a static, git-based marketing site under /marketing (Astro). Content is Markdown edited via PRs — no CMS service or database. Ships landing, pricing, blog, and legal (privacy/terms) pages with full SEO (canonical, OG, sitemap, robots.txt). Deploys as a second Firebase Hosting site (target: marketing -> marketing/dist) in the existing fitapp-ns project, independent of the Flutter app: - firebase.json: convert hosting to a two-target array (app, marketing) - .firebaserc: map both targets to fitapp-ns - deploy.yml: pin the app deploy to target: app so multi-site config doesn't try to deploy both from the Flutter job - deploy-marketing.yml: build + deploy the marketing site on marketing/** changes Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
nick-transition
force-pushed
the
feat/marketing-site
branch
from
July 3, 2026 12:45
38f2cf8 to
d2f2d17
Compare
nick-transition
enabled auto-merge (squash)
July 3, 2026 12:45
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.
What
A lightweight, git-based marketing site under
/marketing, built with Astro. Content is Markdown edited via PRs — no CMS service, no database.Ships with full SEO (canonical, Open Graph/Twitter tags, sitemap, robots.txt):
//pricing//blog/,/blog/<slug>//legal/privacy/,/legal/terms/Adding a blog post = drop a
.mdfile inmarketing/src/content/blog/. Site name, nav, and app URL live inmarketing/src/consts.ts.Hosting
Deploys as a second Firebase Hosting site (
target: marketing→marketing/dist) in the existingfitapp-nsproject, fully independent of the Flutter app.firebase.json:hostingconverted to a two-target array (app,marketing).firebaserc: both targets mapped tofitapp-nsdeploy.yml: existing app deploy pinned totarget: appso the multi-site config doesn't try to deploy both from the Flutter jobdeploy-marketing.yml: builds + deploys the marketing site onmarketing/**changesThe hosting site is already created and the current build is live: https://fitapp-ns-marketing.web.app
Follow-ups before public promotion
SITE_URLinconsts.ts🤖 Generated with Claude Code