Abhi Dadhaniya

Results 4 comments of Abhi Dadhaniya

Just use your own `style.css` in your repository and use below code in your own file. ```css .slide { width: 100%; height: 100% !important; position: absolute; overflow: hidden; ``` You...

> You need to add scope inside new GoogleStrategy > > `scope: ['profile', 'email'],` It's working, Thank you so much.

Hi everyone, I found a solution for `unauthorized` response which are getting in production while hitting the social image endpoint. I've mentioned [here](https://github.com/transitive-bullshit/nextjs-notion-starter-kit/issues/437#issuecomment-1826206998).

I think image generation functionality working properly well and I was facing the problem of- Image generation for social media previews are working well in development (localhost) but in production...