nextjs-blog-theme
nextjs-blog-theme copied to clipboard
check fix for default theme
fix made to avoid undefined
for the BLOG_THEME
https://github.com/netlify-templates/nextjs-blog-theme/blob/51f6070980ee9f3e113a3d502d876cecd5ceb3be/components/wizard/RecapBar.js#L125
review fix to see how to best change.
I think the better option is to use ?? rather than ||
Hs
I think the better option is to use ?? rather than ||
I think either is totally fine for this particular case, we want this to be a temporary solution.
Ideally we are able to set this default elsewhere and then build that into our deploy URL. This is all so we can make sure the wizard workflow works well for people!