mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
migrated to jsr gen-images.js
This commit is contained in:
parent
ca0080c6fe
commit
f2d76b0502
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import { run } from "https://deno.land/x/run_simple/mod.ts";
|
||||
import { join } from "https://deno.land/std@0.208.0/path/mod.ts";
|
||||
import { join } from "jsr:@std/path@0.224.0";
|
||||
|
||||
const IMG_DIR = "./public/gen-img/events";
|
||||
|
||||
|
|
Loading…
Reference in a new issue