• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

没办法使用 Sapper 导出生成动态路由

用户头像
it1352
帮助1

问题说明

我有一条动态路线:

routes/artwork/[slug].svelte.

npm run dev 一切都很好.

但是当我 npm run export 时,那些动态 slug 路由丢失了.我在 __sapper__/export 中没有看到它们,当我上传到 Netlify 时,这些页面也丢失了.

But when I npm run export those dynamic slug routes are missing. I don't see them in the __sapper__/export, and the pages are missing as well when I uploaded to Netlify.

有什么线索可以解决这个问题吗?我错过了什么明显的东西吗?

Any clue how I might be able to fix that? Did I miss something obvious?

正确答案

#1

sapper export 的工作原理是构建您的应用程序,运行它,然后访问 / 并递归访问每个内部它找到的链接.出于这个原因,必须可以通过从主页上的链接(例如通过 route/artwork/index.svelte 页面,将映射到 /artwork).

sapper export works by building your app, running it, then visiting / and recursively visiting every internal link it finds. For that reason, it has to be possible to get to /artwork/foo and /artwork/bar etc by following links from the home page (e.g. via a routes/artwork/index.svelte page, which would map to /artwork).

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcfieak
系列文章
更多 icon
同类精品
更多 icon
继续加载