aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'packages/trpc/lib')
-rw-r--r--packages/trpc/lib/attachments.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/trpc/lib/attachments.ts b/packages/trpc/lib/attachments.ts
index 3ad79a5a..29c99172 100644
--- a/packages/trpc/lib/attachments.ts
+++ b/packages/trpc/lib/attachments.ts
@@ -66,7 +66,7 @@ export function isAllowedToDetachAsset(type: ZAssetType) {
screenshot: true,
assetScreenshot: true,
fullPageArchive: true,
- precrawledArchive: false,
+ precrawledArchive: true,
bannerImage: true,
video: true,
bookmarkAsset: false,