Merge pull request #30936 from backstage/create-app-home-redirect

[NFS] (create-app): redirect from home to catalog
This commit is contained in:
Ben Lambert
2025-08-20 11:14:17 +02:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Creates a plugin that redirects from the Home page to the Catalog index page to avoid seeing a not found page error when starting the app.
@@ -2,6 +2,7 @@ app:
title: Scaffolded Backstage App
baseUrl: http://localhost:3000
# Enable all packages by default, this will discover packages from packages/app/package.json
packages: all
extensions:
@@ -11,6 +12,11 @@ app:
- nav-item:catalog: false
- nav-item:scaffolder: false
# Configure the catalog index page to be the root page, this is normally mounted on /catalog
- page:catalog:
config:
path: /
organization:
name: My Company