next 13 full static export
Unanswered
Giant panda posted this in #help-forum
Giant pandaOP
I'm trying to export my website to fully static but dynamic routes are forced to SSG. I've read in the docs that
I'm curious if there is no advantage of fully exported and that's why there is no option to do it for statically generated pages. Thanks.
generateStaticParams will force the path to SSG but there doesn't seem to be any option to do the same thing but end up with only html and css.I'm curious if there is no advantage of fully exported and that's why there is no option to do it for statically generated pages. Thanks.
3 Replies
if you want to achieve zero js then it is not possible with nextjs
Giant pandaOP
Cheers