From ae1dad0e734bb550803b42585409cb8164b68600 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Tue, 7 Oct 2025 14:32:53 +0200 Subject: [PATCH] changeset notfound page Signed-off-by: Vincenzo Scamporlino --- .changeset/fluffy-cities-sip.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/fluffy-cities-sip.md diff --git a/.changeset/fluffy-cities-sip.md b/.changeset/fluffy-cities-sip.md new file mode 100644 index 0000000000..f6692d4e27 --- /dev/null +++ b/.changeset/fluffy-cities-sip.md @@ -0,0 +1,6 @@ +--- +'@backstage/frontend-test-utils': patch +'@backstage/plugin-app': patch +--- + +Fixed an issue that caused the `NotFound` page to not render correctly when a Page was mounted at `/`.