fixconfig

This commit is contained in:
tonyrewin 2022-11-02 09:26:07 +03:00
parent 24e15e5532
commit 23bb1c193c
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ const astroConfig: AstroUserConfig = {
}
*/
},
external: ['@aws-sdk/clients/s3']
external: []
}
},
css

View File

@ -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'