Skip to content

Commit d32ca86

Browse files
committed
Fix TS
1 parent 6deaa71 commit d32ca86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import {
3333
import { joinPath, normalizePathname } from '@/lib/paths';
3434
import { getProxyModeBasePath } from '@/lib/proxy';
3535
import { MiddlewareHeaders } from '@v2/lib/middleware';
36-
import { addResponseCacheTag } from './lib/cache';
36+
import { addResponseCacheTag } from './lib/cache/response';
3737

3838
export const config = {
3939
matcher:

0 commit comments

Comments
 (0)