harshgoel05/another-portfolio

Add Headers using Next Head to specific pages

Opened this issue · 14 comments

Need to add headers on individual pages:

eg:

  1. Harsh Goel | Projects
  2. Harsh Goel | Contact
    etc

I want to work on this issue. Can I take up this task?

Hey @shagun0915! For sure, It's all yours! 🗡️

Let me know if you need any help or get stuck!

@shagun0915 still on it?

@shagun0915 still on it?

Hey! Apologies for not being able to work on this earlier. Let me know if the issue's still unassigned. I'll start working on it ASAP.

Go ahead! @shagun0915

Hey! @harshgoel05
I'm on it. Would make the PR maximum by tomorrow evening. As of now, an error occurred when I cloned the project and tried to run the development server. Please take a look at it :)
Untitled

#91

@shagun0915 please refer to the conversation here.
I think you are also missing the (.env)

hey @harshgoel05 wanted to contribute in this issue but getting error while running this repo in my local server
image

Can you help me out?

Hi @iamyashkhandelwal please refer
#76 (comment)

You are missing out the env file

Didn't get the solution @harshgoel05 . Can you please elaborate it a little like how can I get that env file (if I'm missing that)?

There's a file name
.env.example
Just copy that and make a new file
.env

I have made a new file named .env and pasted the content of .env.example, still getting the same error @harshgoel05
image

Ah, remove the comments or just keep the following one. Nothing else and restart server.

BASE_URL = https://harshgoel.me

Worked..
Also got to know what this .env file is doing.
Thanks @harshgoel05