Can I set a product page as my homepage?

Add the below code insert theme.liquid before the head tag

{%- if template contains 'index' -%}

{%- endif -%}
10 Likes