mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 14:34:44 +02:00
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
import { createBrowserHistory } from 'history';
|
|
|
|
export const history = createBrowserHistory({ basename: '/' });
|