How to redirect Vue/Nuxt SPA Page automatically

Summery

I’m creating Vue/Nuxt application by SPA mode.
To generate /.dist file, I execute nuxt generate

pages
  ├ index.vue
  └ test.vue

I want to know how to redirect / to /test path by Nuxt.

What I trided

I tried middleware and module, but they do not work.

https://github.com/nuxt-community/redirect-module