Remove Blog

Remove the MDX blog and its routes.

Steps

  1. Delete directories:

    • content/blog/ (all blog MDX posts)
    • app/(marketing)/blog/ (blog list and post pages)
  2. Update content source config: Open source.config.ts and remove the blog collection definition.

  3. Disable the feature flag: Set NEXT_PUBLIC_ENABLE_BLOG=false in .env, or delete the line from lib/config/features.ts.

  4. Clean up navigation: Remove the blog link from navLinks and footer.columns in lib/config/site.ts.

  5. Optional: Remove blog-related dependencies if no other content collections use them (check source.config.ts for remaining collections before removing packages).

Demo Mode — Explore freely. Some actions are restricted. demo@launchfst.dev / demo1234

Get LaunchFst →