Underscores are not considered when building URLs [issue link] When a page like sign_in.vue is created, the url generated is /sign instead of /sign_in. Why not making it possible? Why I want that behavior: I’m remaking a website using Nuxt and I want to keep the older URLs for SEO purposes. This question is available on Nuxt.js community (#c2212)