【发布时间】:2018-10-18 18:43:49
【问题描述】:
我有一个使用 create-react-app 构建的 SPA,并希望有一个这样的 robots.txt:
http://example.com/robots.txt
我在this page 上看到:
您需要确保您的服务器配置为在配置为从目录提供服务后捕获任何 URL。
但对于 Firebase 托管,我不确定该怎么做。
【问题讨论】:
标签: reactjs firebase single-page-application robots.txt create-react-app