diff --git a/astro.config.ts b/astro.config.ts index beb88fe9..cf758735 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -67,7 +67,7 @@ const astroConfig: AstroUserConfig = { } */ }, - external: ['@aws-sdk/clients/s3'] + external: [] } }, css diff --git a/src/utils/config.ts b/src/utils/config.ts index 75f03f39..ab0ab70b 100644 --- a/src/utils/config.ts +++ b/src/utils/config.ts @@ -1,4 +1,4 @@ export const isDev = import.meta.env.MODE === 'development' export const apiBaseUrl = 'https://newapi.discours.io' -// export const apiBaseUrl = 'http://localhost:8000' +// export const apiBaseUrl = 'http://localhost:8080'