Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
liulinlin authored Oct 21, 2024
1 parent 703fae4 commit bcbc79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addEventListener("fetch", (event) => {
});

const dockerHub = "https://registry-1.docker.io";

const CUSTOM_DOMAIN = 'liulinlin.uk'
const routes = {
// production
["docker." + CUSTOM_DOMAIN]: dockerHub,
Expand Down

0 comments on commit bcbc79d

Please sign in to comment.