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.
1 parent 5aa029b commit 1f4b178Copy full SHA for 1f4b178
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