mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
docs: fix typo (#25326)
This commit is contained in:
parent
214451dcef
commit
b47ff972fa
@ -72,7 +72,7 @@ export default defineNuxtConfig({
|
||||
'/api/*': { cache: { maxAge: 60 * 60 } },
|
||||
// Redirection to avoid 404
|
||||
'/old-page': {
|
||||
redirect: { to: { '/new-page', statusCode: 302 }
|
||||
redirect: { to: '/new-page', statusCode: 302 }
|
||||
}
|
||||
// ...
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user