How to redirect?

Thanks for clarifying, @artrn! Let’s get things working :slight_smile:

As far as I can tell, you have hardcoded that URL on dreamy-shockely in your html on angry-galileo:

<div class="projects-section-module--l-box--310Vy"><a href="https://dreamy-shockley-048190.netlify.app/" class="sc-Axmtr iVHkBJ projects-section-module--demo-link--2daB3">Demo</a>

I think what you meant to do is:

  1. configure the proxy redirect you mention:

/projects/* https://dreamy-shockley-048190.netlify.app/projects/:splat 200
It is not in place on your current deploy of angry-galileo, in case you thought it was.

  1. then edit the source code on your angry-galileo site, to refer to instead of dreamy-shockley, angry-galileo:
Demo
  1. but you’ll also need to deploy the angry-galileo site as /projects/index.html instead of /index.html, so that it is where the proxy redirect points - under /projects rather than under / where you have the demo setup today.