How to turn a React SPA into MPA?

I have created a static website in React as a Single Page Application. Now, for a couple of reasons, I want to switch to a Multi Page Application and rework my project accordingly. How should I begin? What resources / approaches should I search for?

My current application is a static website and I would like to keep it static, so I don't need any server-side stuff.