nuxt-community / redirect-module

No more cumbersome redirects for Nuxt 2!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redirect root

pixelpaulaus opened this issue · comments

commented

How does one configure it to redirect the root?
i have...
redirect: [ { from: '/', to: '/login' } ]

but it goes in a loop

Hey 👋

try from: '^/$'. That regex should only capture the exact / route.