Hi everyone,
I need some quick assistance to understand how I can connect two of my projects.
Problem Statement:
I have two separate projects built using Next.js, Vercel, and Supabase. The first project is a job board for job listings, and I’m planning to introduce a Quiz module, which I’ve created separately. The repositories for both projects are distinct.
Currently, I know I can create a subdomain like quiz.example.com for the new Quiz module, while my original project runs on example.com. However, I’m looking for an alternative solution.
I want the second Quiz project to run on example.com/quiz within the main domain, with the prerequisites I mentioned.
TL;DR:
I have two separate Vercel projects and would like to bridge them as follows:
- The first project should run on: example.com
- The second project should run on: example.com/quiz
I’m looking forward to a smooth transition for this setup.
Best,
Chintan
[chintan.com]