brainhack-vandy / brainhack-vandy.github.io

0 stars 0 forks source link

Fix github pages react routing issues #18

Open shansitads opened 2 hours ago

shansitads commented 2 hours ago

Website fails to access a route directly via URL instead of through internal navigation For example: https://brainhack-vandy.github.io/projects cannot be accessed but navigating to the same link through the navbar works

shansitads commented 2 hours ago

Handled urgent task of the "Submit Your Pitch" button not working in the homepage by using a <Link> route instead of a direct <a> link. Still need to figure out a way to be able to access the links externally.