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.
我的网站尚未准备好,我想将在我的主页中自动输入内容的用户重定向到 Shopify 上的登录页面。我向所有人添加了哪个文件和什么代码以自动从 www.website.com 路由到 www.website.com/landing-page?
{%- if template = 'index' -%} <script>location.href = '/landing-page';</script> {%- endif -%}