gpt4 book ai didi

reactjs - 可下载文件 - Gatsby

转载 作者:行者123 更新时间:2023-12-01 13:14:07 26 4
gpt4 key购买 nike

由于某种原因,尝试下载文件时失败。我尝试了几种不同的方法,但都失败了。比我读到一些关于 pdf/word 文件在 Gatsby 中被“禁止”的内容??!

默认<a href="route-to-file" download></a>好像没有用,显示下载失败。任何帮助表示赞赏!

最佳答案

Importing Assets Directly Into FilesUsing the Static Folder

import React from "react"
import downloadFile from '../downloads/file.pdf'

const IndexPage = () => (
<>
<a href={downloadFile} download>Download the directly imported file</a>{` `}
<a href={`download.pdf`} download>Download the file that is already in your static folder</a>
</>
)

export default IndexPage

关于reactjs - 可下载文件 - Gatsby ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57258465/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com