github.com/minio/console@v1.4.1/web-app/src/history.ts (about) 1 // check if we are using base path, if not this always is `/` 2 const baseLocation = new URL(document.baseURI); 3 export const baseUrl = baseLocation.pathname;