Relative Content

Tag Archive for cssnext.js

Can’t put an image in a triangle

I am building a Next.Js app and would like an image in a triangle shape on one of my pages. I can make a triangle but I can’t see the image.

I have working with Nextjs, I am facing css loading issue

This is my observation, the css loading issue occurs when there is no _next/data/ in the URL and when there is _next/data/ the css is loaded properly. I have using ServerSideProps in my component. What can be the possible causes