Skip to content

Commit

Permalink
Update src/constants/r2Prefixes.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Claudio W <[email protected]>
  • Loading branch information
MoLow and ovflowd authored Oct 1, 2023
1 parent 223d93c commit badf456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/r2Prefixes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// later on.
// (e.g. url path `/dist` points to R2 path `nodejs/release`)
// See https://raw.githubusercontent.com/nodejs/build/main/ansible/www-standalone/resources/config/nodejs.org
import map from './redirectLinks.json';
import map from './redirectLinks.json' assert { type: "json" };

export const REDIRECT_MAP = new Map(map as [string, string][]);

Expand Down

0 comments on commit badf456

Please sign in to comment.