import { getPathInfo } from "https://dotland.deno.dev/x/lume@v2.4.2/plugins/resolve_urls.ts";
Split the filename and the extra content (query or hash) from a path Example: "/foo.md?hello=world" => ["/foo.md", "?hello=world"] Example: "/foo.md#hello=world" => ["/foo.md", "#hello=world"]