This repository was archived by the owner on May 17, 2024. It is now read-only.
Replies: 3 comments
-
This is not decoration. It is not related to aesthetics. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same opinion. Another issue related with this discussion was happening here #2399 , taking into account that static content offers really good performance compared to a server I agree going with the static option. |
Beta Was this translation helpful? Give feedback.
0 replies
-
updated preview build to use static deployment (similar to production), which also resolved the preview build errors: |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, we have two kinds of deploys:
Production
npm run generate
PR previews
npm run build
npm start
on HerokuWe have already had cases where one deploy worked and the other did not: #2088 (comment)
I want to propose to unify them: or both with static or both with server deployment.
Personally, since all of our content is static, I would lean towards the static deployment.
Beta Was this translation helpful? Give feedback.
All reactions