Skip to content

Commit

Permalink
add twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 26, 2024
1 parent cb61bc3 commit a994255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"tasks": {
"dev": "deno run --allow-net --allow-read --allow-env=NODE_DEBUG --watch --no-check main.js --dev",
"deploy-staging": "deployctl deploy --project=tinyclouds main.js"
}
},
"lock": false
}
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ blog({
links: [
{ title: "Email", url: "mailto:[email protected]" },
{ title: "GitHub", url: "https://github.com/ry" },
{ title: "Twitter", url: "https://twitter.com/rough__sea" },
],
background: "#fff",
middlewares: [
Expand Down

0 comments on commit a994255

Please sign in to comment.