Alex
Alex
Hey, I have a question about your switch to Sanity. How do you handle blog images? You removed them from your repo but in the build output on Vercel I...
Hey leerob, thanks for helping me with your repo. I hope I can help you with this issue here. - You can switch back to pnpm since https://github.com/sanity-io/sanity/issues/3336 is solved...
Nice catch, but for this the guestbook api has to return the email for the entry. I moved the getSession to the top and added this to the mapping here:...
I think you don't need to turn internationalized routing off since it's turned off by default. So you can just remove all i18n settings in your next.config.js and you should...
I agree. The docs should be more precise on this and next should maybe give a warning for this kind of invalid next.config if this is not intended.
I have some issues with NextJs too. When I try to build I get the error: Can't find preact/compat/client Can you successfully build your project?
Okey, so now it is working, but nothing will be cached because the build command is executed after the post step `save_cache`.
Yes, not only that your CircleCI config is correct but you need to first build the app and then save it as part of the workspace. It is not necessary...
No, but I don't use this anymore and it doesn't seem like it will be done.
Do you plan on working on this or why do you want this to be open?