Static files can use a database? #125
Unanswered
alexislefebvre
asked this question in
Q&A
Replies: 1 comment
-
Yes, there are ways to incorporate dynamic data into a static site and to use a Database. Astro and T3 apps are a good example of this. This issue seems out of scope for our documentation at the moment, but I recommend reading about Incremental Static Regeneration to understand more about this. Converting this as a discussion in case anyone has a better answer to add to this subject. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The “Deploy static files” page explains that we can use environment variables and a database.
I wonder how is it possible to use a database with static content? Does it mean that we can use a script in PHP, node, etc. to build the static content? This is not explained, but if it's possible, could you please explain how?
Beta Was this translation helpful? Give feedback.
All reactions