We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aa029b + 1f4b178 commit 7062d83Copy full SHA for 7062d83
examples/kendo-react-e-commerce-astro-app/src/components/Header.tsx
@@ -29,8 +29,8 @@ const Header: React.FC = () => {
29
const selectedItem: CustomMenuItemModel = event.item;
30
31
if (selectedItem.page) {
32
- window.location.href = selectedItem.page;
33
- return;
+ window.location.href = '/kendo-react/kendo-react-e-commerce-astro-app/' + selectedItem.page;
+ return;
34
}
35
36
const selectedCategory = selectedItem.text;
0 commit comments