diff --git a/src/main.ts b/src/main.ts index 1eee3ae..1d349fb 100644 --- a/src/main.ts +++ b/src/main.ts @@ -9,7 +9,7 @@ async function bootstrap() { // set CORS config const whitelist = [ /https:\/\/.*gistalk.gistory.me/, - /https:\/\/.*gistalk-frontend.pages.dev/, + /https:\/\/.*gistalk-fe.pages.dev/, ]; app.enableCors({ origin: function (origin, callback) {