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 6deaa71 commit d32ca86Copy full SHA for d32ca86
packages/gitbook/src/middleware.ts
@@ -33,7 +33,7 @@ import {
33
import { joinPath, normalizePathname } from '@/lib/paths';
34
import { getProxyModeBasePath } from '@/lib/proxy';
35
import { MiddlewareHeaders } from '@v2/lib/middleware';
36
-import { addResponseCacheTag } from './lib/cache';
+import { addResponseCacheTag } from './lib/cache/response';
37
38
export const config = {
39
matcher:
0 commit comments