This is client-side rendering in action. What if you now press the back button? Nothing is being loaded, because the browser still has the oldindex.jsbundle in place, ready to load the/indexroute. It’s all automatic! This is not the only way to handle linking in Next.js, but I thi...
I am using Jetstream 2 and vite. Everything works fine locally but after placing my app on a server all the styles have stopped working. Blade layout has this in the template @vite(['resources/css/app.css', 'resources/js/app.js']) Which outputs this