summaryrefslogtreecommitdiff
path: root/src/runtime.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime.ts')
-rw-r--r--src/runtime.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/runtime.ts b/src/runtime.ts
index a394d93c4..d7f63183c 100644
--- a/src/runtime.ts
+++ b/src/runtime.ts
@@ -205,9 +205,7 @@ async function load(config: RuntimeConfig, rawPathname: string | undefined): Pro
let html = (await mod.exports.__renderPage({
request: {
- host: fullurl.hostname,
- path: fullurl.pathname,
- href: fullurl.toString(),
+ // params should go here when implemented
url: requestURL
},
children: [],