Closed
Description
Most appropriate sections of the p5.js website?
About
What is your operating system?
Windows
Web browser and version
Google Chrome 134.0.6998.36 (Official Build) (64-bit) (cohort: Stable)
Actual Behavior
Navigating to http://localhost:4321/code-of-conduct
throws a 404 error.
This issue occurs
when running locally (npm run dev
or npm run preview
), but works correctly on p5js.org.
Expected Behavior
Clicking on the "Code of Conduct" and "Access Statement" link should always load the page correctly
Steps to reproduce
Run npm run dev
Go to about or http://localhost:4321/about/
Click on "Code of Conduct" or "Access Statement" both are not working
Would you like to work on the issue?
I would like to work on this issue