Open
Description
Hey 👋 It looks like this module hasn't been updated for Nuxt 3. In an effort to improve the developer experience of modules, I've updated the module to clarify that it only supports Nuxt 2.
Alternatives:
- In Nuxt 3 redirects are supported out of the box through Route Rules, this module may not be needed.
export default defineNuxtConfig({
routeRules: {
// Redirects legacy urls
'/old-page': { redirect: '/new-page' }
}
})
@manniL I'm presuming it's safe to say this can be deprecated at some point, given #120
Metadata
Metadata
Assignees
Labels
No labels