Jacob Mishkin

Results 5 comments of Jacob Mishkin

It could because you may need a custom _document.js file for SSR. Take a look below for a boilerplate. ```Javascript import Document, { Head, Main, NextScript } from 'next/document'; import...

This is one of the head aches with headless WP. I recommend for production using memcache, and use WPGraphQL. The reason of the load time is because WP is bootstrapped...

Now is updated to 2.0 and with new pricing. I'd check that first, but I would follow what @freddiemixell said and host the WP backend on SiteGround then Host your...

@cr101 From there docs it looks like you can deploy PHP7, not sure about the database though, but here is an example from now to deploy a WP site: https://github.com/now-examples/wordpress...

Hi Anna, not sure about this error, did you use yarn to install the package? to get fontawesome up and working you need to yarn install all the packages ```...