Closed sparrowsl closed 3 days ago
previously there was an /home route to get the index page, refactored it to be as the index routes/+page.js instead
/home
routes/+page.js
also used load functions to fetch the featuredProjects.
Thanks for the contribution, we've remove the home route completely and it's a standalone marketing page
home
previously there was an
/home
route to get the index page, refactored it to be as the indexroutes/+page.js
insteadalso used load functions to fetch the featuredProjects.