13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/self-hosting/configuration",
|
|
"destination": "/self-hosting/configuration"
|
|
},
|
|
{
|
|
"source": "/self-hosting/configuration/:path*",
|
|
"destination": "/self-hosting/configuration"
|
|
}
|
|
]
|
|
}
|