Servable Footer for non-Next.js Microsites?
Unanswered
Sirex woodwasp posted this in #help-forum
Sirex woodwaspOP
Hello,
Does anyone know how we might serve the same footer from our Next.js app to a handful of microsites on other subdomains that don't use Next.js?
Previously we might accomplish this by making an XHR request on the microsite to an endpoint on the main app that serves the static html needed to inject as the footer. With Next.js and its advanced bundling, it's less clear how to do this?
Any help appreciated!
Does anyone know how we might serve the same footer from our Next.js app to a handful of microsites on other subdomains that don't use Next.js?
Previously we might accomplish this by making an XHR request on the microsite to an endpoint on the main app that serves the static html needed to inject as the footer. With Next.js and its advanced bundling, it's less clear how to do this?
Any help appreciated!