Steve Persch
Steve Persch
Our [Next.js overview](https://docs.pantheon.io/nextjs) page says > Pantheon provides the latest 3 LTS versions of Node.js. Pantheon derives which one to use by looking at the engines property in `package.json`. We...
The Next.js ecosystem strongly steers developers to use HTTP streaming via Suspense components. The example usages for Suspense often involve some or both of * logged in users with elements...
We have a ["Pantheon Advanced Page Cache" plugin for WordPress](https://wordpress.org/plugins/pantheon-advanced-page-cache/) and a [module for Drupal](https://www.drupal.org/project/pantheon_advanced_page_cache) that enable metadata to pass from the origin CMS to the CDN as surrogate keys....
As it exists in https://github.com/pantheon-systems/documentation/pull/9740, the page about setting Environment variables with Secrets Manager for Next.js contains basic and accurate info. It'll be more valuable if apply some more robust...
I've personally been able to connect a few custom domains to our new Next.js infrastructure. But the steps I took involved using some tools that are available to employees only....
Currently the creation of a new Next.js site involves specifying a Next.js major version. ``` terminus site:create my-site-name my-site-label nextjs15 ``` However, the corresponding repository does not contain a Next.js...
In my observation with our refresh infrastructure for Next.js, the build process always runs with `NODE_ENV=development` ``` npm ci --quiet --no-fund --no-audit (NODE_ENV=development) ``` I would expect that at least...
https://nextjs.org/blog/next-16 For instance, there may be recommendation to make around Turbopack usage https://nextjs.org/blog/next-16#turbopack-stable
I working on a page of documentation describing how to manually or automatically trigger deployments to the Test and Live environments for Next.js (#https://github.com/pantheon-systems/documentation/issues/9724) I'm not certain if that documentation...