dotCMS / core

Headless/Hybrid Content Management System for Enterprises
http://dotcms.com
Other
864 stars 467 forks source link

fix(NextJS example): blog page imports #30701

Closed rjvelazco closed 3 days ago

rjvelazco commented 3 days ago

This pull request includes changes to the examples/nextjs project, specifically focusing on improving the handling of blog post paths and fixing an import statement. The most important changes include updating the path generation for blog posts and correcting the import path for the Header component.

Path handling improvements:

Import path correction:

This PR fixes: #30607