Skip to content

babluroy/Blog-frontend-with-SSR

Repository files navigation

Nextjs Blog : Frontend

Backend Repo: Visit

Installation

Step: 1

Install node modules using

npm i

Step: 2

Create .env file. Create API URL & Webiste url:

NEXT_PUBLIC_BLOG_API_URL=API_URL
NEXT_PUBLIC_URL=YOUR_LIVE_WEBSITE_URL

Step 3

Replace bashproduction_url in middleware.js with your live url