mdave16 / cryptography

learning about cryptography made me want to create a small React App which can encrypt and decrypt using various cyphers
https://mdave16.github.io/cryptography
0 stars 0 forks source link

use cryptography as base name in routing #7

Closed mdave16 closed 5 years ago

mdave16 commented 5 years ago

Problem

Current routing takes me to https://mdave16.github.io/users/, which is a real 404 :crying_cat_face:

Solution

append a basename, so the project itself knows to always go from /cryptogrophy as a base

Additional Comments

This is actually in the documentation, I just didn't follow it well.