Corrected import not to be from alpha
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
@@ -84,7 +84,7 @@ In your `packages/backend/src/index.ts` make the following changes:
|
||||
|
||||
```diff
|
||||
import { createBackend } from '@backstage/backend-defaults';
|
||||
+ import { badgesPlugin } from '@backstage/plugin-badges-backend/alpha';
|
||||
+ import { badgesPlugin } from '@backstage/plugin-badges-backend';
|
||||
const backend = createBackend();
|
||||
|
||||
// ... other feature additions
|
||||
|
||||
Reference in New Issue
Block a user