You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A string that matches [`config.kit.paths.base`](https://kit.svelte.dev/docs/configuration#paths).
94
95
*
95
96
* Example usage: `<a href="{base}/your-page">Link</a>`
96
97
*/
97
-
exportletbase: ''| `/${string}`;
98
+
exportletbase: pathsextends{base: infer T} ? T : ''| `/${string}`;
98
99
/**
99
100
* An absolute path that matches [`config.kit.paths.assets`](https://kit.svelte.dev/docs/configuration#paths).
100
101
*
101
102
* > If a value for `config.kit.paths.assets` is specified, it will be replaced with `'/_svelte_kit_assets'` during `vite dev` or `vite preview`, since the assets don't yet live at their eventual URL.
0 commit comments