Gonzalo Ziadi
Gonzalo Ziadi
@eduardoboucas I am getting {"success":false,"errorCode":"ERROR_PROCESSING_ENTRY"}. I tried to follow mmistakes guide and repo (made-mistakes-jekyll). My repo is over at https://github.com/GonzaloZiadi/windespair if you could take a look. It's also live at...
@SidVal I have all 5 fields here: https://github.com/GonzaloZiadi/windespair/blob/master/_includes/comment-form.html
I was able to fix it by starting over and slowly adding parts back on. Thanks again @SidVal. Code is on my repo. I used the staticman docs and mmistakes...
Same issue for me. Is there any workaround? I'm setting default SEO at the _app.tsx level and want to remove some tags on my 404 page.
Here's my workaround: ```typescript import type { AppProps } from "next/app"; import Script from "next/script"; import { DefaultSeo } from "next-seo"; import SEO_CONFIG from "@/lib/seo/next-seo.config"; import Layout from "@/components/layout"; export...
Yup, I used conditional rendering to work around this issue. See sample code here: https://github.com/garmeeh/next-seo/issues/934#issuecomment-1459418985.
Same issue here as well. I've had to overwrite `robotsProp` at every page as the default setting isn't respected.