Skip to content

Commit fd9706f

Browse files
dachi-devclaude
andcommitted
Add dachi.dev to worker CORS allowed origins
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2fc31e commit fd9706f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

worker/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ ${RESUME_DATA}`;
6363

6464
const ALLOWED_ORIGINS = [
6565
"https://dachi-dev.github.io",
66+
"https://dachi.dev",
67+
"https://www.dachi.dev",
6668
"http://localhost:5173",
6769
"http://localhost:4173",
6870
];

0 commit comments

Comments
 (0)