eklem / draw-at-work

Templates and tools for workshops to learn how to draw to communicate. Not art, communication. Everyone can. Doesn't need to be pretty. Communicate better within teams and stakeholders.
MIT License
2 stars 0 forks source link

Bug with 404 on frontpage #19

Closed eklem closed 1 month ago

eklem commented 1 month ago

Using the wrong createRouter from react-router-dom library. Needed to use the HashRouter through createHashRouter instead of the createBrowserRouter. This means that the links also need to be href="#path"instead of href="/path".