Skip to content

Commit

Permalink
fix AMC generation
Browse files Browse the repository at this point in the history
  • Loading branch information
garciafdezpatricia committed Jun 28, 2024
1 parent 6923b3c commit cb1a9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/preparePurposes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { addToCache, defaultUrls } from "../src/session/PurposeCache";
// Undici struggles to follow these redirects for some reason,
// but the browser handles it fine
const redirected = {
"https://w3id.org/dpv": "https://w3c.github.io/dpv/dpv/dpv.ttl",
"https://w3id.org/dpv": "https://w3id.org/dpv/2.0",
};

async function main() {
Expand Down

0 comments on commit cb1a9b7

Please sign in to comment.