Bug Description
Clicking "Feedback" in the navbar redirects to /feedback.html instead of /pages/feedback.html, resulting in a 404 "Cannot GET" error. The pages/ prefix is missing in the href in components/header.html and components/footer.html.
Steps to Reproduce
- Go to OpenPlayground site on localhost
- Click "Feedback" link in the navbar or footer
- Browser redirects to
/OpenPlayground/feedback.html
- See error: Cannot GET /OpenPlayground/feedback.html
Expected Behavior
Clicking "Feedback" should navigate to /pages/feedback.html without any error.
Screenshots
Browser
Chrome
Device
Desktop
Bug Description
Clicking "Feedback" in the navbar redirects to
/feedback.htmlinstead of/pages/feedback.html, resulting in a 404 "Cannot GET" error. Thepages/prefix is missing in the href incomponents/header.htmlandcomponents/footer.html.Steps to Reproduce
/OpenPlayground/feedback.htmlExpected Behavior
Clicking "Feedback" should navigate to
/pages/feedback.htmlwithout any error.Screenshots
Browser
Chrome
Device
Desktop