标签: ruby-on-rails ruby-on-rails-3.2 spree
我想将狂欢网站的根路径更改为静态页面。
有谁能告诉我如何更改spree默认主页?
答案 0 :(得分:6)
一个简单的解决方案是:在public目录中放置静态index.html。然后在routes.rb:
public
index.html
routes.rb
mount Spree::Core::Engine, :at => '/store'
想要指出从index.html到yoursite.com/store的链接。
yoursite.com/store