it’s showing in file:// whenever i test my code but i want it in https://
I found this resource to help me out but it didn/t work probably because i didnt fill up the code right
They gave this example of code to insert
{
"/Users/thoriq/Sites/project"
: {
"url_testing"
:
"http://localhost/project"
,
"url_production"
:
"http://www.project.com"
}
}
and i wrote
{
“Users/Bonni/OneDrive/Bureau/firstsite”: {
"http://localhost:3000/",
"url_production":"http://www.firstsite.com"
}
}
what/s wrong? Thank you in advance!