Skip to content

Commit

Permalink
refactor(*): 🎉 update homepage url and edit page at github url
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Sep 25, 2024
1 parent 1fadeed commit 41eee64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"type": "git",
"url": "git+https://github.com/gokhangunduz/hookstorm.git"
},
"homepage": "https://hookstorm.vercel.app/",
"keywords": [
"react",
"hooks",
Expand Down
2 changes: 1 addition & 1 deletion web/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const config: Config = {
{
docs: {
sidebarPath: "./sidebars.ts",
editUrl: "https://github.com/gokhangunduz/hookstorm/edit/main/",
editUrl: "https://github.com/gokhangunduz/hookstorm/edit/main/web/",
},
theme: {
customCss: "./src/css/custom.css",
Expand Down

0 comments on commit 41eee64

Please sign in to comment.