我已经在两个领域设置了三个GWO多元测试。我已经正确地设置了登陆页面,它正在跟踪所有三个测试的访问者,但是没有记录任何一个的转换。我遵循了谷歌为提供的指令,但仍然没有骰子。<script> _udn = "none";<!-- Google Website Optimizer Control Script --> function utmx_sectio
我一直在努力实现来自的一些更新。我一直在从getInitialProps转到getServerSideProps,并注意到我的exportPathMap对这些页面变得动态感到不快。运行next一切都很好,但是当我去运行next build && next export时,我遇到了一些问题。
在的docs中,它声明If your pages don't have getInitialProps you may not need next export at all; next build is already enough thanks to Automatic Stat