One more minor question- is it possible to use plasmic as the homepage on a nextjs site , Eg / or pages/index.js
Hello @military_condor.Yes, you can change the page route on the right panel to /
and it’ll be the homepage
You need to also make sure you are using [[…catchall]] instead of […catchall], and remove any existing index.tsx.
See the Next.js quickstart: https://docs.plasmic.app/learn/nextjs-quickstart/