I have changed to basename to be '/test'
now I could not open local images that in the same folder
history.ts
import { History, createBrowserHistory } from 'history';
export const history: History = createBrowserHistory({
basename: '/test'
});
from home.tsx ( this is not working)
<img width="100%" height="600px" alt="" src="./image.jpg" />
how can I make sure local images will use the base images also