I like to test PRs in Codespaces, but forked repos have a different url from the ChaelCodes repo. This results in an application error, as Rails blocks the new host. Fortunately, you can use regex when defining the host which makes the whole process easier.
Description of Feature or Issue
closes #64
I like to test PRs in Codespaces, but forked repos have a different url from the ChaelCodes repo. This results in an application error, as Rails blocks the new host. Fortunately, you can use regex when defining the host which makes the whole process easier.
Checklist
User-Facing Changes
Maintainer facing changes!