Can't connect my next.js project to builder.io

Hi aaaaa,

The preview URL localhost:3000 will require Builder integration for the landing pages as well. To achieve this, you can take one of the following approaches:

  1. Change the folder structure: Modify [...page].tsx to [[...page]].tsx in order to use a catch-all route.
  2. Integrate Builder specifically for the landing page: Add the integration code directly in index.tsx or page.tsx within the pages or app directory.

Thanks,