Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* exporting next client * doc: (#273) adding post list and single post pages using canary framework * doc: (#272) adding pageUri page * fix: correct router provider for getNextStaticProps * fix: example is using new getNextStaticProps interface * chore: adding next lint and fixing lint error * fix: is404 will always refetch the entity * feat: (#274) migrate categories * chore: setting up workspaces * chore: fixing actions to install and run correct scripts * chore: actions use node 14 * chore: correcting action * chore: correcting action * chore: correcting test action to not run npm test * chore: removing node version matrix from action * chore: testing version action * chore: testing version action * chore: using node 15 to get npm 7 * chore: actions are building before running test or lint * chore: actions should be working now with correct npm version * doc: (#276) pagination working for posts * doc: (#276) using pagination component for post pagination * chore: removing unused code * doc: (#276) pagination component using const and exporting props interface * feat: (#272) demonstrate custom page use * doc: adding 404 functionality to posts, adding featured category page and header link to blog * feat: adding optional logger for queries * feat: (#277) category pagination * fix: lodash linting error * fix: Add 404 checks to pages/categories * fix: (#281,#271) previews working in next example * fix: adding preview file * fix: useHydrateCache always restores cache, logger is direct import * chore: incrementing versions * fix: removing console log * chore: removing unused code * refactor: prepare for demo * feat: Add custom 404 page * fix: display featured image on post/page if exists * refactor: remove unused deps from example * chore: incrementing package versions * doc: (#271) adding page and post previews to a single page * chore: using next package versions * chore: updating dependencies * fix: lint issue Co-authored-by: Blake Wilson <[email protected]>
- Loading branch information