How to link Docusaurus site to Hugo site

Hello everyone!

I am very new to the world of static site generators and web development. Here’s the context of my problem. I’ve got 2 sites:

I would like to have the Hugo site live under “bjtnoguera.netlify.app”, and the Docusaurus site live under “bjtnoguera.netlify.app/notes/”, but I’m having issues getting that to work locally, and most importantly getting it to work on Netlify.

Does anyone know how I can achieve this? Thank you for your time!

You can deploy the notes site as another Netlify site, and proxy it on the main site.

I’d suggest asking the detail on Netlify forum to get professional answers.