19lmyers / cse110-w21-group14

1 stars 2 forks source link

Explore HTML URL remapping #14

Closed j1sun closed 3 years ago

j1sun commented 3 years ago

Currently, new URLs will show the filename (i.e. website.com/app.html) instead of a cleaner URL (i.e. website.com/app). There's a method to do this through HTTP redirects; explore a method to do this for our pomodoro app.

garylli commented 3 years ago

Update 2/16/2021

This is done through backend and since we're not implementing a backend, we probably won't use it.

Can reopen later if we decide to use backend. Closes #14