feat(frontend-search): add nextjs

This commit is contained in:
Josh Hubbard 2023-12-06 09:13:19 +01:00 committed by Carlo Sala
commit c37df3ebd4
2 changed files with 5 additions and 2 deletions

View file

@ -60,6 +60,7 @@ Available search contexts are:
| typescript | `https://google.com/search?as_sitesearch=www.typescriptlang.org/docs&as_q=` |
| unheap | `http://www.unheap.com/?s=` |
| vuejs | `https://www.google.com/search?as_sitesearch=vuejs.org&as_q=` |
| nextjs | `https://www.google.com/search?as_sitesearch=nextjs.org&as_q=` |
If you want to have another context, open an Issue and tell us!