fetch pdf from strapi using nextjs
To fetch a PDF from Strapi using Next.js, you'll need to perform the following steps:
Set up your Next.js project:
If you haven't already, create a new Next.js project using the command line:
npx create-next-app my-pdf-app
cd my-pdf-app
Ins...
kr-wiki.hashnode.dev2 min read