已部署的页面加载但不显示--用gatsby构建。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了已部署的页面加载但不显示--用gatsby构建。相关的知识,希望对你有一定的参考价值。

我把我做的一个gatsby博客部署到github页面。第一页链接到一篇博客文章。点击链接时,没有任何显示。但如果我手动输入网址(与链接的网址相同),我看到页面半秒后就消失在空白页。

有用的信息

  • 网络标签中的所有内容都是状态码200
  • html是在get请求中返回的,它在响应中可见。
  • 头部标签在页面上是正确的,而正文标签缺少了html标签
  • 无控制台错误
  • 在开发服务器(本地主机)上完美工作
  • 域名托管在domain.com
  • 使用 createpage gatsby 插件生成文章页。
  • 当我在netlify上部署到一个随机的网址时,它可以工作,所以可能与我的域名或gh-pages部署有关。

链接到问题页面www.ragith.comblogblogwhy-gatsby

链接到github repo

答案

在看了你的GitHub代码后,我认为你这里有问题。(错误的URL。/blog/blog/why-gatsby),还有你的主代码与gh-pages的代码不匹配(我知道这是从gatsby build生成的文件,但其他东西)。另外,为什么你要在index.js组件中创建一个静态查询?你可以用一个普通的页面查询来做。

你的gatsby网站从 https:/www.ragith.comblog 所以你才会出现这样的问题。当Gatsby查看页面时,只有。blog.js 里面的。

pagesblog.js

链接问题

<a class="article-card-link" href="/blog/blog/why-gatsby"><section><article><h2 class="article-title">Why Gatsby js ?</h2><p class="article-date">May 09, 2020</p><p class="article-excerpt">In a world with so many javascript frameworks such as React, Vue, heck even Next, why Gatsby? The short answer is, none of those frameworks are the target market of Gatsby. Gatsby is a static website generator. Great! Wait, who cares? Well a lot of my clients and so will yours…</p>READ MORE</article></section></a>

以上是关于已部署的页面加载但不显示--用gatsby构建。的主要内容,如果未能解决你的问题,请参考以下文章

Gatsby - 加载(静态查询)白屏

为啥我的一张图片没有显示在 Gatsby 页面上?

在页面重新加载时,我的 Gatsby.js 页脚组件呈现两次

如何创建单个 Gatsby 页面以按标签/类别显示和过滤所有博客文章

在 gatsby 构建期间无法读取样式化组件的主题属性

.json 数据显示在 webpack 服务器中,但不显示在生产版本中