Static GitHub Issues

[841] This page could not be found

prev: this in nuxt.config.js different
next: Code coverage using nyc and ava guide

.vue

        <ul>
            <li><nuxt-link to="/index">Index</nuxt-link></li>
            <li ><nuxt-link to="/about">About</nuxt-link></li>
            <li><nuxt-link to="/mobi/user/mine"> Mine</nuxt-link></li>
        </ul>

running on 'http://localhost:3000' and access to 'http://localhost:3000/about'

I click the Index and want to access the page of 'index.vue',but the error message on the page,and the url is http://127.0.0.1:3000/index

 404, This page could not be found. Back to the home page

So,how can I access to the default page?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c721">#c721</a>)</em></sub></div>