0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Set new Astro Studio production URL (#10395)

This commit is contained in:
Matthew Phillips 2024-03-11 18:35:51 -04:00 committed by GitHub
parent c1ba369426
commit a49892349e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@astrojs/db": minor
---
Sets new Astro Studio production URL

View file

@ -16,7 +16,7 @@ export function getRemoteDatabaseUrl(): string {
export function getAstroStudioUrl(): string {
const env = getAstroStudioEnv();
return env.ASTRO_STUDIO_URL || 'https://stardate.astro.build';
return env.ASTRO_STUDIO_URL || 'https://studio.astro.build';
}
export function getDbDirectoryUrl(root: URL | string) {