I have made this website: https://pvcalmenning.vercel.app/. It uses the AWSM F1 theme, and is buildt with gutenberg. The hero of the front page is react, the header and footer is react. So the links and buttons use the Link component. So when you press any of the buttons in the hero, it goes to the target without reloading the page.
When i press any of the buttons that are from gutenberg, it goes to the traget, but it reloads the page. Is there a way og getteing the Link component to work with the links from gutenberg buttons?