Skip to content

Commit

Permalink
we'll get there someday
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperkins committed May 23, 2024
1 parent 4a89d49 commit 1afe7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .discharge.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"domain": "blog.eliperkins.com",
"domain": "blog.eliperkins.me",
"build_command": "yarn build",
"upload_directory": "out",
"index_key": "index.html",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Lint
run: yarn lint
- name: Check types
run: npx tsc --noEmit
run: yarn tsc --noEmit

0 comments on commit 1afe7be

Please sign in to comment.