Base URL didnt seem

Hey,

When I add my project files, that is working on local, on my server. It seems like taht
6f66e8df-d5a2-45e2-9a87-5b3db8d253b3
it didnt bring my base url. how can i fix it?

How do you create your stylesheet link? Could you please post your code?

But the problem isn’t just for stylesheet link. it is for all link.

Strange. Try setting the base Url in your /site/config/config.php:

return [
    'debug' => true,
    'url'   => 'http://yourdomain.com'
];

Thank you so much. i fixed it.