I want to change the root path of spree site to a static page.
Can anyone please tell how can I change the spree default home page?
One easy solution is : in your public
directory you place the static index.html
. Then in your routes.rb
:
mount Spree::Core::Engine, :at => '/store'
with the idea to point a link from your index.html
to yoursite.com/store
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With