From 4ee4aa7d7149273aa44b93b2f9ac1dd36735e5dd Mon Sep 17 00:00:00 2001 From: Sean Zubrickas Date: Thu, 5 Jun 2025 07:37:09 -0700 Subject: [PATCH] docs: removes duplicate headline in building without a db connection (#12694) Removed _Building without a DB connection_ H1 --- docs/production/building-without-a-db-connection.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/production/building-without-a-db-connection.mdx b/docs/production/building-without-a-db-connection.mdx index 3227985b5..fe5ae0299 100644 --- a/docs/production/building-without-a-db-connection.mdx +++ b/docs/production/building-without-a-db-connection.mdx @@ -6,8 +6,6 @@ desc: You don't want to have a DB connection while building your Docker containe keywords: deployment, production, config, configuration, documentation, Content Management System, cms, headless, javascript, node, react, nextjs --- -# Building without a DB connection - One of the most common problems when building a site for production, especially with Docker - is the DB connection requirement. The important note is that Payload by itself does not have this requirement, But [Next.js' SSG ](https://nextjs.org/docs/pages/building-your-application/rendering/static-site-generation) does if any of your route segments have SSG enabled (which is default, unless you opted out or used a [Dynamic API](https://nextjs.org/docs/app/deep-dive/caching#dynamic-apis)) and use the Payload Local API.