Skip to content

Commit

Permalink
fix: Reduce package size by hotlinking GIF
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Sep 14, 2023
1 parent 9370141 commit 000aa62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default () => {
}
```

![](./useQueryState.gif)
![](https://raw.githubusercontent.com/47ng/next-usequerystate/next/useQueryState.gif)

## Documentation

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
},
"files": [
"dist/",
"parsers.d.ts",
"useQueryState.gif"
"parsers.d.ts"
],
"type": "module",
"sideEffects": true,
Expand Down

0 comments on commit 000aa62

Please sign in to comment.