We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e20023 commit 4dc634dCopy full SHA for 4dc634d
adex/runtime/handler.js
@@ -16,7 +16,7 @@ export async function handler(req, res) {
16
prepareRequest(req)
17
prepareResponse(res)
18
19
- const baseURL = req.url
+ const [baseURL] = req.url.split('?')
20
21
const { metas, links, title, lang } = toStatic()
22
0 commit comments