How can I remove the base body URL from an component. For Clear, Please see the screenshot complete URL code page
from the complete URL, we can see that it has address http://localhost/admin/app/https:...news address but I want that it had only https:....news address which is opened in new tab. How can I do that(I cannot use a tag instead of Link)
If you knew that you will get an absolute URL from the database then please don't use the Link tag.
Github: https://github.com/remix-run/react-router/issues/1147
Codesandbox: https://codesandbox.io/s/jolly-colden-g6m2td?file=/src/App.js
Example: https://g6m2td.csb.app
You will see a clear difference here.