Skip to content

Commit

Permalink
Redirect for casing
Browse files Browse the repository at this point in the history
  • Loading branch information
benadam11 committed May 29, 2023
1 parent de28ae4 commit 461b909
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions usehooks.com/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,42 @@
"source": "/useSize",
"destination": "/usemeasure"
},
{
"source": "/useDebounce",
"destination": "/usedebounce"
},
{
"source": "/useThrottle",
"destination": "/usethrottle"
},
{
"source": "/usePrevious",
"destination": "/useprevious"
},
{
"source": "/useEventListener",
"destination": "/useeventlistener"
},
{
"source": "/useLockBodyScroll",
"destination": "/uselockbodyscroll"
},
{
"source": "/useThrottle",
"destination": "/usethrottle"
},
{
"source": "/useToggle",
"destination": "/usetoggle"
},
{
"source": "/useKeyPress",
"destination": "/usekeypress"
},
{
"source": "/useScript",
"destination": "/usescript"
},
{
"source": "/useMemoCompare",
"destination": "/"
Expand All @@ -38,6 +74,18 @@
"source": "/useHistory",
"destination": "/usehistorystate"
},
{
"source": "/useWindowSize",
"destination": "/usewindowsize"
},
{
"source": "/useHover",
"destination": "/usehover"
},
{
"source": "/useLocalStorage",
"destination": "/uselocalstorage"
},
{
"source": "/useAnimation",
"destination": "/"
Expand Down

1 comment on commit 461b909

@vercel
Copy link

@vercel vercel bot commented on 461b909 May 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.