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 2559e1c commit 5e48053Copy full SHA for 5e48053
docs/src/layouts/builder/builder.tsx
@@ -18,9 +18,7 @@ export const Builder = component$(() => {
18
});
19
20
export const fetchQwikBuilderContent = async (url: string) => {
21
- const qwikUrl = new URL(
22
- 'https://qa.builder.io/api/v1/qwik/content-page/889802a78f7041a0a71d2c9ee0437f5e'
23
- );
+ const qwikUrl = new URL('https://qa.builder.io/api/v1/qwik/content-page');
24
qwikUrl.searchParams.set('apiKey', 'fe30f73e01ef40558cd69a9493eba2a2'); // 889802a78f7041a0a71d2c9ee0437f5e
25
qwikUrl.searchParams.set('userAttributes.urlPath', url);
26
0 commit comments