Skip to content

Commit

Permalink
Merge branch 'main' into fix/grant-access-non-existing-resource
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Jul 1, 2024
2 parents 53bcb59 + fc24826 commit 579cde0
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 579cde0

Please sign in to comment.