Skip to content

Commit

Permalink
Add more origins
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Jan 28, 2025
1 parent 5428212 commit 0c68c39
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,15 @@ export default defineConfig(({ command, mode }): UserConfig => {
"https://identity.ic0.app",
"https://nice-name.com",
"https://nice-issuer-custom-orig.com",
"https://be2us-64aaa-aaaaa-qaabq-cai.icp0.io",
"https://bd3sg-teaaa-aaaaa-qaaba-cai.icp0.io/",
// "https://be2us-64aaa-aaaaa-qaabq-cai.icp0.io",
// Test app
"https://bd3sg-teaaa-aaaaa-qaaba-cai.icp0.io",
// Test app
"https://bd3sg-teaaa-aaaaa-qaaba-cai.ic0.app",
// Issuer
"https://bkyz2-fmaaa-aaaaa-qaaaq-cai.icp0.io",
// Issuer
"https://bkyz2-fmaaa-aaaaa-qaaaq-cai.ic0.app",
],
},
},
Expand Down

0 comments on commit 0c68c39

Please sign in to comment.