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}` & {};
51
51
52
52
## ResolvedPathname
53
53
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 ` .
55
55
56
56
<div class =" ts-block " >
57
57
58
58
``` 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}` | {};
60
60
```
61
61
62
62
</div >
You can’t perform that action at this time.
0 commit comments