Skip to content

Commit

Permalink
fix: err.sh uses hardcoded master branch
Browse files Browse the repository at this point in the history
Use a custom (owned) service instead.
See https://github.com/47ng/err.47ng.com
  • Loading branch information
franky47 committed Nov 13, 2023
1 parent 6cfcb7f commit 2191eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-usequerystate/src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const errors = {

export function error(code: keyof typeof errors, ...args: any[]) {
const message = `[next-usequerystate] ${errors[code]}
See https://err.sh/47ng/next-usequerystate/NUQS-${code}`
See https://err.47ng.com/NUQS-${code}`
console.error(message, ...args)
}

0 comments on commit 2191eb0

Please sign in to comment.