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:
parent
c1ba369426
commit
a49892349e
2 changed files with 6 additions and 1 deletions
5
.changeset/purple-eggs-sell.md
Normal file
5
.changeset/purple-eggs-sell.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@astrojs/db": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Sets new Astro Studio production URL
|
|
@ -16,7 +16,7 @@ export function getRemoteDatabaseUrl(): string {
|
||||||
|
|
||||||
export function getAstroStudioUrl(): string {
|
export function getAstroStudioUrl(): string {
|
||||||
const env = getAstroStudioEnv();
|
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) {
|
export function getDbDirectoryUrl(root: URL | string) {
|
||||||
|
|
Loading…
Reference in a new issue