We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc01b2c commit af43eb4Copy full SHA for af43eb4
packages/open-next/src/core/routing/matcher.ts
@@ -9,8 +9,8 @@ import type {
9
RouteHas,
10
} from "types/next-types";
11
import type { InternalEvent, InternalResult } from "types/open-next";
12
+import { normalizeRepeatedSlashes } from "utils/normalize-path";
13
import { emptyReadableStream, toReadableStream } from "utils/stream";
-import { normalizeRepeatedSlashes } from "utils/normalize-path"
14
15
import { debug } from "../../adapters/logger";
16
import { handleLocaleRedirect, localizePath } from "./i18n";
0 commit comments