Skip to content

Commit 4ee4aa7

Browse files
authored
docs: removes duplicate headline in building without a db connection (#12694)
Removed _Building without a DB connection_ H1
1 parent e10e445 commit 4ee4aa7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/production/building-without-a-db-connection.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ desc: You don't want to have a DB connection while building your Docker containe
66
keywords: deployment, production, config, configuration, documentation, Content Management System, cms, headless, javascript, node, react, nextjs
77
---
88

9-
# Building without a DB connection
10-
119
One of the most common problems when building a site for production, especially with Docker - is the DB connection requirement.
1210

1311
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.

0 commit comments

Comments
 (0)