Skip to content

Commit

Permalink
Set new Astro Studio production URL (#10395)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored Mar 11, 2024
1 parent c1ba369 commit a498923
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/purple-eggs-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astrojs/db": minor
---

Sets new Astro Studio production URL
2 changes: 1 addition & 1 deletion packages/db/src/core/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a498923

Please sign in to comment.