diff options
| author | Ryan Cao <[email protected]> | 2023-11-12 15:51:06 +0800 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-12 08:01:14 +0000 |
| commit | 89089346534f24adabf239317911ef6d1c14f4ea (patch) | |
| tree | 7d03d19dd87067574b2bd8677f126d1c2185be2b /src/env.ts | |
| parent | 66a32af19878f8fc341c4e74b9324ea3e7c90b84 (diff) | |
fix: dynamically get base for absolute URLs
Diffstat (limited to 'src/env.ts')
| -rw-r--r-- | src/env.ts | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ export type Bindings = { ASSETS: Fetcher; - URL?: string; REDIRECT_ROOT?: string; }; |
