File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
documentation/docs/98-reference Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ type Pathname = '/' | '/my-route' | `/my-other-route/${string}` & {};
5151
5252## ResolvedPathname
5353
54- ` Pathname ` , but possibly prefixed with a [ base path] ( https://svelte.dev/docs/kit/configuration#paths ) . Used for ` page.url.pathname ` .
54+ Similar to ` Pathname ` , but possibly prefixed with a [ base path] ( https://svelte.dev/docs/kit/configuration#paths ) . Used for ` page.url.pathname ` .
5555
5656<div class =" ts-block " >
5757
5858``` dts
59- type Pathname = `${'' | `/${string}`}/` | `${'' | `/${string}`}/my-route` | `${'' | `/${string}`}/my-other-route/${string}` | {};
59+ type ResolvedPathname = `${'' | `/${string}`}/` | `${'' | `/${string}`}/my-route` | `${'' | `/${string}`}/my-other-route/${string}` | {};
6060```
6161
6262</div >
You can’t perform that action at this time.
0 commit comments