How to make a different Shopify page my home page.

Can’t really find anything on this but I built my site and I am trying to make a landing page.

Example:

People visit www.mywebsite.com

Which is forwarded to mywebsite.myshopify.com

but I want them to actually go to mywebsite.myshopify/welcome

Is there any easy way to do this?

Thanks!

HI @aliboulala
you can add this code into between and tag in file theme.liquid
replace url by your URL

{%if request.page_type == 'index'%}
	
  {%endif%}