Hello! How can I set an emply url / for home page?
This Homepage | Builder.io Blueprints is not helping.
Thank you
Hi @aaaaa,
Welcome to the builder.io forum.
Have you created a section model named homepage, and then integrated the homepage code?
Yes, I created the model, after I integrated the code in my next.js project. But what to do next?
I tried to create the Home Page using homepage model, but it’s not working. Says that Builder is not integrated.
On line 5 I’m using the separate function where I have an API key, and components, which I registered. It works well on other pages.
Also, I noticed one moment - if I set http://localhost:3000/homepage on the preview link, it works. But it’s not what I need.
Hi @aaaaa,
Using a section model for the homepage with an empty URL isn’t going to work as long as you have your landing page route setup in Next JS. A direct option for creating your homepage is to integrate landing pages and use the same code for your homepage. In this way, choosing /
as a page’s URL shows it on the homepage.
@aaaaa i am having the same issue did you find any fix?