mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
4 lines
130 B
TypeScript
4 lines
130 B
TypeScript
import { deLocalizeUrl } from '$lib/paraglide/runtime';
|
|
|
|
export const reroute = (request) => deLocalizeUrl(request.url).pathname;
|