Looking for advices on Static Output with Build Time Data #12895
Unanswered
MatteoGauthier
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm trying to achieve a static output with data generated at build time for my project. I have configured my project with server-side rendering (SSR) enabled and I'm planning to deploy the client static build on Cloudflare Pages.
Current Configuration
Here is my current configuration:
Dynamic Route
I have a dynamic route set up as follows:
Questions
build/client
directory to Cloudflare Pages. However, I'm wondering if it's acceptable to still have abuild/server
directory that is not used when runningbun run build
. Should I be concerned about it?Additional Context
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions