Skip to content

Commit 5e48053

Browse files
authored
fix: landing pointing to right page (#311)
1 parent 2559e1c commit 5e48053

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/layouts/builder/builder.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ export const Builder = component$(() => {
1818
});
1919

2020
export const fetchQwikBuilderContent = async (url: string) => {
21-
const qwikUrl = new URL(
22-
'https://qa.builder.io/api/v1/qwik/content-page/889802a78f7041a0a71d2c9ee0437f5e'
23-
);
21+
const qwikUrl = new URL('https://qa.builder.io/api/v1/qwik/content-page');
2422
qwikUrl.searchParams.set('apiKey', 'fe30f73e01ef40558cd69a9493eba2a2'); // 889802a78f7041a0a71d2c9ee0437f5e
2523
qwikUrl.searchParams.set('userAttributes.urlPath', url);
2624

0 commit comments

Comments
 (0)