Heart Dance

Results 17 comments of Heart Dance

+1,it would be perfect if the copy button is added.like this ![image](https://user-images.githubusercontent.com/8474239/144801930-dee0e578-edba-4061-96fa-5e73e7133be8.png)

遇到同样的问题,不知道是不是和本地已经安装node有关

> 压缩的时候可以排除 DS_Store 文件,我这里也做兼容 mac 压缩的时候默认的zip工具就会携带DS_Store,需要用第三方的工具才能不包含,这样就挺麻烦了。不清楚unix通用的tar.gz会不会有问题,应该不会,这样windows压缩下成tar.gz格式是不是麻烦了?

> @zenonux 这个错误是服务端操控 headless Chrome 访问需要生成骨架屏的页面时出现错误导致的。 > 看你贴出来的图片是访问 http://localhost:8181/ 的时候,找不到依赖的资源 http://localhost:8181/img/logo.27a6fce2.png 可是实际上浏览器是可以访问这个图片的 ,还有一些js浏览器也是可以访问的,都是报这个错

sloved by rewrite navigateTo method ` import { sendRedirect } from "h3"; const nuxtApp = useNuxtApp(); return nuxtApp .callHook("app:redirected") .then(() => sendRedirect(nuxtApp.ssrContext!.event, targetUrl, 302));`

same issue, I met this issue only on www.123.com/mobile for the first ssr. very strange. it works on www.123.com and test.123.com/mobile