next-programmatic-seo-tutorial
next-programmatic-seo-tutorial copied to clipboard
fix faker-js issues for dummy data creation
Dummy data generation was broken due to faker-js
Fixes/Changes:
- add a new dev dependency in
package.json - update the cjs require in
dummyData.js
With the help of faker-js documentation.