We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9ac57 commit a58fb83Copy full SHA for a58fb83
1 file changed
src/middleware.ts
@@ -11,10 +11,7 @@ import {
11
import { PROTECTED_URLS } from './configs/urls'
12
import { logError } from './lib/clients/logger'
13
import { ERROR_CODES } from './configs/logs'
14
-import {
15
- getRewriteForPath,
16
- rewriteContentPagesHtml,
17
-} from './lib/utils/rewrites'
+import { getRewriteForPath } from './lib/utils/rewrites'
18
import { NO_INDEX } from './lib/utils/flags'
19
20
export async function middleware(request: NextRequest) {
0 commit comments