Skip to content

Commit 11ad860

Browse files
committed
Update URL
1 parent 66c1da2 commit 11ad860

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/publish/quarto-pub/api/index.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,9 @@ export class QuartoPubClient {
3131
this.baseURL_ = "http://localhost:3000/api/v1";
3232
break;
3333

34-
case "DEV":
35-
this.baseURL_ = "https://quartodev.pub/api/v1";
36-
break;
37-
3834
case "PRODUCTION":
3935
default:
40-
// TODO: Eventually this will point to the live site, when we know the domain.
41-
// For now, it points to the DEV environment.
42-
this.baseURL_ = "https://quartopub.org/api/v1";
36+
this.baseURL_ = "https://quartopub.com/api/v1";
4337
break;
4438
}
4539
}

0 commit comments

Comments
 (0)