I'm currently developing my first project on symfony. I just put the whole project online. And all the paths css, js and images are wrong. I mean, the "http + domain name" is missing. That's how I call them : <link rel="stylesheet" href="{{ asset('bundles/framework/css/main.css') }}"/>
Does somone know what I'm doing wrong ? Thanks