Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 spree 站点的根路径更改为静态页面。
谁能告诉我如何更改狂欢默认主页?
一种简单的解决方案是:在您的public目录中放置静态index.html. 然后在你的routes.rb:
public
index.html
routes.rb
mount Spree::Core::Engine, :at => '/store'
想法将链接从您index.html 指向yoursite.com/store.
yoursite.com/store