Victor Eke

Results 49 comments of Victor Eke

> hey @Evavic44 what's the issue here? It was supposed to point to his portfolio website right? Why you want to replace it to 'none'? The GitHub URL should point...

Can you please make this a checkbox so we can tick as completed? As for the meme editor, I've made it responsive, though there are still a few things to...

### Image selection working perfectly. Just created this meme. 🤩 ![rocketmeme-1646717310032](https://user-images.githubusercontent.com/62628408/157172509-35e8e6ac-4c95-459d-aed7-708044e4013b.png)

@all-contributors please add @SpiffGreen for bug, code, ideas, review

Hey, @anthonyiu. Are you publishing the document after you make a change? Because the deploy hooks are only triggered after the document has been published. If you're publishing the document...

I somehow missed the screenshot you added to your earlier response. Sorry about that. If the hooks are being triggered as expected, I'm not entirely sure what the issue might...

It's optional to deploy the studio on Sanity, so not really the issue in case. As for the deployment issues, sorry I can't provide a solution. Maybe you'll have better...

> Hi Victor, finally I have resolved this after getting stuck for days. Simply add ` export const revalidate = 10;` under each page.tsx (or any page fetching the data)...

> Theoretically, we should be able to bypass the fetch caching by placing this in the `layout.tsx`: > > ```js > export const dynamic = 'force-dynamic' > ``` > >...

> I agree that rebuilding the site with webhooks is the best way to accomplish this. However it appears there is a bug in the implementation somewhere. I'm seeing the...