diff --git a/src/events/index.yaml b/src/events/index.yaml index 9c5a970..ffac2e0 100644 --- a/src/events/index.yaml +++ b/src/events/index.yaml @@ -12,8 +12,8 @@ slots: 16 visitors: 300 links: + rsvp: https://lu.ma/w3pn-meetup-devcon7 web: https://congress.web3privacy.info/ - git: https://github.com/web3privacy/c24bkk speakers: - ameen-soleimani - scott-moore diff --git a/utils/engine.js b/utils/engine.js index 51bad34..2a94e8e 100644 --- a/utils/engine.js +++ b/utils/engine.js @@ -1,8 +1,8 @@ -import { join } from "https://deno.land/std@0.224.0/path/mod.ts"; -import { emptyDir } from "https://deno.land/std@0.224.0/fs/empty_dir.ts"; +import { join } from "jsr:@std/path@0.224.0"; +import { emptyDir } from "jsr:@std/fs@0.224.0"; import { parse, stringify } from "npm:yaml"; -import { exists } from "https://deno.land/std@0.224.0/fs/exists.ts"; -import { copy } from "https://deno.land/std@0.224.0/fs/copy.ts"; +import { exists } from "jsr:@std/fs@0.224.0"; +import { copy } from "jsr:@std/fs@0.224.0"; const SRC_DIR = "./src"; const DEST_DIR = "./dist"; diff --git a/utils/images.js b/utils/images.js index 78e9dbe..7b1cb9a 100644 --- a/utils/images.js +++ b/utils/images.js @@ -1,6 +1,6 @@ import { Engine } from "./engine.js"; -import { join } from "https://deno.land/std@0.224.0/path/mod.ts"; -import { exists } from "https://deno.land/std@0.224.0/fs/exists.ts"; +import { join } from "jsr:@std/path@0.224.0"; +import { exists } from "jsr:@std/fs@0.224.0"; const engine = new Engine(); await engine.init(); diff --git a/utils/img-opt.js b/utils/img-opt.js index 4fb42d3..accbbe7 100644 --- a/utils/img-opt.js +++ b/utils/img-opt.js @@ -1,6 +1,6 @@ import { run } from "https://deno.land/x/run_simple@2.3.0/mod.ts"; -import { join } from "https://deno.land/std@0.224.0/path/mod.ts"; -import { emptyDir } from "https://deno.land/std@0.224.0/fs/empty_dir.ts"; +import { join } from "jsr:@std/path@0.224.0"; +import { emptyDir } from "jsr:@std/fs@0.224.0"; async function optimizeDir (dir, sizes) { await emptyDir(join(dir, 'thumbs')) diff --git a/utils/sync.js b/utils/sync.js index 0f60488..688746e 100644 --- a/utils/sync.js +++ b/utils/sync.js @@ -1,7 +1,7 @@ -import "https://deno.land/std@0.224.0/dotenv/load.ts"; -import { gql, GraphQLClient } from "https://deno.land/x/graphql_request/mod.ts"; +import "jsr:@std/dotenv@0.224.0"; +import { gql, GraphQLClient } from "https://deno.land/x/graphql_request@v4.1.0/mod.ts"; import { stringify } from "npm:yaml"; -import { join } from "https://deno.land/std@0.224.0/path/mod.ts"; +import { join } from "jsr:@std/path@0.224.0"; import fm from "npm:front-matter"; const warningGen = (link) => `# ----