mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
import { createBrowserHistory } from "history";
|
|
|
|
export const history = createBrowserHistory({
|
|
basename: import.meta.env.BASE_URL,
|
|
});
|