nuxt-community / router-module

Nuxt 2 module to use router.js instead of pages/ directory.
MIT License
401 stars 28 forks source link

Is this module compatible with SSG build? #128

Open palmmymumu opened 1 year ago

palmmymumu commented 1 year ago

I've tested this module to made custom routing with Nuxt 2

Built in SSR mode, target is static, but didn't see any static files from custom route I made, except 404.html file.