next-programmatic-seo-tutorial icon indicating copy to clipboard operation
next-programmatic-seo-tutorial copied to clipboard

fix faker-js issues for dummy data creation

Open theabhinavdas opened this issue 2 years ago • 0 comments

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.

theabhinavdas avatar Jun 03 '23 15:06 theabhinavdas