Closed gouravkhunger closed 2 years ago
Fixes #57
This PR fixes extlinks.rb to change genicsblog.com root domain links to staging.genicsblog.com links under non production development environments.
extlinks.rb
genicsblog.com
staging.genicsblog.com
It also exempts links with class .linkpreview from applying a target link, as they should operate on their own!
.linkpreview
target
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Fixes #57
This PR fixes
extlinks.rb
to changegenicsblog.com
root domain links tostaging.genicsblog.com
links under non production development environments.It also exempts links with class
.linkpreview
from applying atarget
link, as they should operate on their own!