7
0
mirror of https://github.com/pelican-dev/panel.git synced 2025-06-12 00:19:00 +02:00
2020-12-28 11:10:01 -07:00

4 lines
113 B
TypeScript

import { createBrowserHistory } from 'history';
export const history = createBrowserHistory({ basename: '/' });