Skip to content

Commit

Permalink
Update cdk.context
Browse files Browse the repository at this point in the history
  • Loading branch information
merojosa committed Apr 5, 2024
1 parent 1a1c4dc commit b72696d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions cdk.context.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosted-zone:account=637732166235:domainName=jose-andres.dev:region=us-east-1": {
"Id": "/hostedzone/Z103293315QMIY9GNHPZF",
"Name": "jose-andres.dev."
}
"hosted-zone:account=637732166235:domainName=merojosa.dev:region=us-east-1": {
"Id": "/hostedzone/Z06084682SCNZGQYO1U3V",
"Name": "merojosa.dev."
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "jose-andres.dev",
"name": "merojosa.dev",
"private": true,
"type": "module",
"version": "0.0.1",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
Expand Down
2 changes: 1 addition & 1 deletion sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {
});

stack.addOutputs({
url: "https://jose-andres.dev",
url: "https://merojosa.dev",
});
});
},
Expand Down

0 comments on commit b72696d

Please sign in to comment.