Skip to content

Commit

Permalink
#hotfix fixed import middleware nextjs-sxa (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-ruslanmatkovskyi authored Apr 15, 2022
1 parent 8ef9aa7 commit ba8b08f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"bootstrap": "^5.1.3",
"bootstrap": "^5.1.3"
}
}
2 changes: 2 additions & 0 deletions packages/sitecore-jss-nextjs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,5 @@ export {
withPlaceholder,
withDatasourceCheck,
} from '@sitecore-jss/sitecore-jss-react';

export { RedirectsMiddleware } from './middleware/redirects-middleware';

0 comments on commit ba8b08f

Please sign in to comment.