Static pages and dynamic at the same time #15702
-
Hi 👋 I'm currently building a website where I can static and dynamic pages. The landing page is static but one of the other pages is completely dynamic and needs getServerSideProps. Therefore, I ended up removing next export from my built command. I was hoping if there is any option to use next export and pages with getServerSideProps with at the same time. The command I execute is
Thanks for your help and patience! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Not currently, but this issue and discussion would be good to keep an eye on as they deal with the same question: |
Beta Was this translation helpful? Give feedback.
Not currently, but this issue and discussion would be good to keep an eye on as they deal with the same question:
#15674
#15440