Skip to content

Commit 6deaa71

Browse files
committed
Fix build
1 parent b7b2eb8 commit 6deaa71

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/gitbook/src/cloudflare-entrypoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-ignore
22
import nextOnPagesHandler from '@cloudflare/next-on-pages/fetch-handler';
33

4-
import { withResponseCacheTags } from './lib/cache';
4+
import { withResponseCacheTags } from './lib/cache/response';
55
import { withMiddlewareHeadersStorage } from './lib/middleware';
66

77
/**
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export * from './cache';
22
export * from './http';
33
export * from './revalidateTags';
4-
export * from './response';

0 commit comments

Comments
 (0)