♫
📌 canary ▾
next.js
/
test
/
integration
/
invalid-multi-match
/
next.config.js
next.config.js
11 lines
137 B
module
.
exports
=
{
rewrites
() {
return
[
{
source:
'/:hello*'
,
destination:
'/:hello'
,
},
]
},
}
v2.0.0
/
Go
SIGN IN