Skip to content

Commit

Permalink
fix: landing pointing to right page (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat authored Mar 21, 2022
1 parent 2559e1c commit 5e48053
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/src/layouts/builder/builder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ export const Builder = component$(() => {
});

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

Expand Down

0 comments on commit 5e48053

Please sign in to comment.