Johannes Lindgren

Results 2 comments of Johannes Lindgren

There is a workaround: ```typescript jsx new StoryblokJsClient({}, 'https://mapi.storyblok.com/v1') client.client.defaults.headers['Authorization'] = `Bearer ${token}` ``` However, you have to dissect the client's source code to figure it out.

We can use the code block as a starting point, and also set up a preview with Vercel.