You no longer need to create pages under the /pages directory manually! Simply update the content.js file located at:
src/sections/Projects/Sistent/components/content.js
How it works
- Add your page details in
content.js. - The system dynamically generates pages based on this file using
createPageingatsby-node.js.
Steps to Add a New Page
-
Navigate to:
src/sections/Projects/Sistent/components/content.js -
Add a new entry in the file, following the structure of existing entries.
-
Save your changes.
That’s it! Your page will now be available dynamically.
Need Help?
If you have questions or encounter issues, feel free to ask here.