-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nicer URLs :) #105
Comments
Was this resolved (possibly in #103)? URLs appear to be very sensible from a user perspective at the moment |
Note that these issues are probably all affected in some way by the choices we make here:
|
Closing as @zebateira has just gotten us switched over to history mode (removing the hashes and setting up redirects) and transitioned to Netlify. This should unblock the SEO / metadata challenges (#258), enable anchor tags, and help with a future transition to IPFS & Fleek (#18). 🎉 |
Currently, we're using hash based routing in Vue.js, which means that the URLs aren't as pretty as they could be :)
We could us Vue.js' history mode but it's a little difficult to make it work with ghpages and/or Cloudflare.
One option would be to use history mode and create static pages for each resources, https://cli.vuejs.org/config/#pages. This would greatly improve our SEO but might increase our build times a bit.
The text was updated successfully, but these errors were encountered: