Ola Alsaker

Results 12 comments of Ola Alsaker

Any news on this?

> > Any news on this? > > I imagine there'll be some updates here: https://nuxtnation.com/workshops/crash-course-into-the-jamstack-with-nuxt-and-storyblok That is for Story**blok**, not Story**book** πŸ˜…

> Is this app as in the concept of App in Vue, or apps like plugin apps on a CMS? As I understand it, the multi-app feature is designed for...

I encountered a similar issue! The reason was that I was mutating the `router.query` object directly: ```ts // URL is "/test?foo=bar" const route = useRoute(); const currentParams = route.query; delete...

### I found a way to embed Sanity Studio πŸ˜„ I followed [this tutorial by Sanity](https://www.sanity.io/docs/embedding-sanity-studio), and added some extra code/steps to make it work in Nuxt. This should be...

Not yet, unfortunately! If you need to do custom things with React in Sanity, the best current solution is to have Sanity Studio as it's own project in a custom...

Wow @yassilah , well done! πŸ‘ Have you managed to get the auto-import working as well?

Excellent! I will test it out right now. If it works we could make a PR and get your solution published πŸ˜„

@yassilah You said "... which is not ideal". Would you mind specifying why?