Invalid prerender export.
이 컨텐츠는 아직 번역되지 않았습니다.
Example error messages:
InvalidPrerenderExport: Aprerender
export has been detected, but its value cannot be statically analyzed.
What went wrong?
Section titled What went wrong?The prerender
feature only supports a subset of valid JavaScript — be sure to use exactly export const prerender = true
so that our compiler can detect this directive at build time. Variables, let
, and var
declarations are not supported.