### What? Fixes #12811 ### Why? Custom Views become unreachable when admin route is set to "/" because the forward slash of the current route gets removed before routing to custom view ### How? Fixes # --> Fixes #12811 Custom Views become unreachable when admin route is set to "/" because the forward slash of the current route gets removed before routing to custom view --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1210582760545830 --------- Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com>
6 lines
211 B
TypeScript
6 lines
211 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|