Skip to content

Commit

Permalink
Merge pull request #5 from cuculus-dev/feature/change-url
Browse files Browse the repository at this point in the history
URLの変更
  • Loading branch information
takecchi authored Aug 5, 2023
2 parents 3360bb1 + 7b9af99 commit e10a46a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Ticket

- Github Issue:

## 変更内容
(変更した内容を記載してください)

## 確認方法
(確認方法を記載してください)

## Screenshot (任意)
4 changes: 2 additions & 2 deletions sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default {
customDomain: {
domainName:
stack.stage == 'prod'
? 'roadmap.cuculus.jp'
: `${stack.stage}.roadmap.cuculus.jp`,
? 'about.cuculus.jp'
: `${stack.stage}.about.cuculus.jp`,
hostedZone: 'cuculus.jp',
},
});
Expand Down

0 comments on commit e10a46a

Please sign in to comment.