Why this template renders on demand
· John Doe
Static output would make the Node process a glorified file server. Server output actually tests the thing under test.
Fetched from Sanity on every request, rendered by Node, served through Express. The Studio is bundled into this same app.
· John Doe
Static output would make the Node process a glorified file server. Server output actually tests the thing under test.
· John Doe
The Sanity Studio is a route in the same Astro build. No second app, no second port, no second deploy.
· John Doe
cPanel wants an index.js it can require. Astro wants to hand you a request handler. Here is where they meet.