1 Star 0 Fork 0

tisttsf/slidev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
netlify.toml 614 Bytes
一键复制 编辑 原始数据 按行查看 历史
antfu 提交于 2021-05-09 20:30 . chore: fix redirect typo, close #44
[build.environment]
NPM_FLAGS = "--prefix=/dev/null"
NODE_VERSION = "14"
PLAYWRIGHT_BROWSERS_PATH = "0"
[build]
publish = "docs/.vitepress/dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run docs:build"
[[redirects]]
from = "https://slidev.antfu.me/*"
to = "https://sli.dev/:splat"
status = 301
force = true
[[redirects]]
from = "/demo/composable-vue/*"
to = "/demo/composable-vue/index.html"
status = 200
[[redirects]]
from = "/demo/starter/*"
to = "/demo/starter/index.html"
status = 200
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/DataTraveler_0817/slidev.git
git@gitee.com:DataTraveler_0817/slidev.git
DataTraveler_0817
slidev
slidev
main

搜索帮助