Skip to content

Commit

Permalink
switch to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Feb 12, 2024
1 parent e7b0f46 commit 952d435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/tools/cloudflare/helix-worker.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stubFetchUrlMap({
'https://origin/2021/': '/test/scripts/dummy.html',
});

const currentYear = 2023;
const currentYear = 2024;
const env = { ORIGIN_HOSTNAME: 'origin' };

async function executeRequest(url) {
Expand Down
2 changes: 1 addition & 1 deletion tools/cloudflare/helix-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

'use strict';

const currentYear = 2023;
const currentYear = 2024;
const redirectMap = [
// year redirects
[new RegExp('^/(\\d\\d\\d\\d)$'), '/$1/', 301],
Expand Down

0 comments on commit 952d435

Please sign in to comment.