Skip to content

Commit

Permalink
Merge branch 'v3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Aug 17, 2024
2 parents 2030ca6 + 3a1211e commit cc2c103
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 cc2c103

Please sign in to comment.