Daniel Roe

Results 2592 comments of Daniel Roe

The `-s` enables fallback to `index.html` if it doesn't find an exact match. Maybe there is a bug in `serve` with query parameters?

In that case, it's probably been resolved by https://github.com/unjs/nitro/pull/289 (nitropack 0.4.9) - you are still on 0.4.8 and can pull in the latest nitropack with `yarn upgrade nuxt` or `npm...

Just to be clear, this is an upstream `vue` bug with nested `` and until it is fixed there it will be present in Nuxt: follow https://github.com/vuejs/core/issues/5513

I'm aware of the linked issue, but thought it would be still worth adding this. The merit in adding the default favicon is that it will be added to public...

I will likely need to rebase this against current main branch.

Would you try the latest edge version? https://github.com/nuxt/framework/pull/6468 may have resolved this.

@gezichenshan Would you raise an issue for the problem you're experiencing with rc8? Did it resolve this issue but create a new one?

The original issue is no longer reproducible, so I'm closing this. If you experience any other issues, please feel free to open a new issue with reproduction and I'll look...

Closing as vue-router is no longer exposing these types. Instead we'll follow progress on https://github.com/posva/unplugin-vue-router and will hopefully open another one in future.

This should be resolved in the latest version of nitropack, which you can get with `yarn upgrade nuxt` or `npm upgrade nuxt`. Let me know if not and I'll reopen.