Skip to content

Remove pitch deck route - #812

Merged
jeevanpillay merged 1 commit into
feat/www-start-core-infrafrom
feat/drop-pitch-deck
Jun 5, 2026
Merged

Remove pitch deck route#812
jeevanpillay merged 1 commit into
feat/www-start-core-infrafrom
feat/drop-pitch-deck

Conversation

@jeevanpillay

Copy link
Copy Markdown
Member

Summary

  • Remove the old apps/www /pitch-deck route tree, slide/export helpers, pitch deck data, and pitch deck image assets.
  • Remove /pitch-deck from MFE route ownership and stale nav/robots references.
  • Add assertions that the old www MFE table and production robots output no longer include pitch deck.

Stack

Test Plan

  • pnpm --filter @lightfast/app exec vitest run src/__tests__/microfrontends-config.test.ts
  • pnpm --filter @lightfast/www-start exec vitest run src/lib/seo-discovery.test.ts
  • pnpm --filter @lightfast/www-start typecheck
  • pnpm --filter @lightfast/www-start build
  • cd apps/www && pnpm with-env next typegen
  • pnpm --filter @lightfast/www typecheck
  • pnpm --filter @lightfast/www build

@vercel

vercel Bot commented Jun 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lightfast-app Error Error Jun 4, 2026 8:05am
lightfast-mcp Ready Ready Preview, Comment Jun 4, 2026 8:05am
lightfast-platform Ready Ready Preview, Comment Jun 4, 2026 8:05am
lightfast-www Ready Ready Preview, Comment Jun 4, 2026 8:05am

Request Review

@coderabbitai

coderabbitai Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (2)
  • main
  • develop

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6b06122e-117f-46dd-a0dd-14557f2e7784

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/drop-pitch-deck
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch feat/drop-pitch-deck

Comment @coderabbitai help to get the list of available commands and usage tips.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d08970a574

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"paths": [
"/opengraph-image-:hash",
"/pitch-deck",
"/integrations",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep retired deck path on public routing

Because lightfast-app is the default microfrontend, removing /pitch-deck from the marketing routing makes that public URL fall through to the authenticated app; apps/app/src/proxy.ts then redirects unauthenticated non-public paths to /sign-in. If the intent is to retire the deck, the path should still be claimed by a public marketing app so the deleted page can produce a public 404/410/redirect instead of sending old external links into the app sign-in flow.

Useful? React with 👍 / 👎.

@jeevanpillay
jeevanpillay merged commit d08970a into feat/www-start-core-infra Jun 5, 2026
10 of 11 checks passed
@jeevanpillay
jeevanpillay deleted the feat/drop-pitch-deck branch June 5, 2026 03:04

Copy link
Copy Markdown
Member Author

Folded this cleanup into #811 so the migration lands as one PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant