Skip to content

Commit

Permalink
Updating domains
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Aug 17, 2024
1 parent e287ec0 commit 3a1211e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ export default {
const site = new StaticSite(stack, "site", {
customDomain:
stack.stage === "prod"
? "guide.sst.dev"
? {
hostedZone: "sst.dev",
domainName: "guide.sst.dev",
}
: stack.stage.startsWith("branchv")
? {
hostedZone: "archives.sst.dev",
Expand Down

0 comments on commit 3a1211e

Please sign in to comment.