Skip to content

Commit fd1502f

Browse files
committed
chore: make ingest deploy-friendly
1 parent a4a3a2d commit fd1502f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"imports": {
2121
"@std/assert": "jsr:@std/assert@^1.0.18",
2222
"@std/path": "jsr:@std/path@^1.1.4",
23+
"dhash_jsr": "jsr:@claudiu-ceia/dhash@^0.3.2",
2324
"sharp": "npm:sharp@0.34.5"
2425
}
2526
}

docs/ingest/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { dhash } from "../../mod.ts";
1+
import { dhash } from "dhash_jsr";
22

33
const MAX_BYTES = 10 * 1024 * 1024;
44

0 commit comments

Comments
 (0)