Do this:
<img src="<?= get_template_directory_uri(); ?>/dist/images/sample.png">
In your CSS, you’d just use ../images/sample.png to reference it
Do this:
<img src="<?= get_template_directory_uri(); ?>/dist/images/sample.png">
In your CSS, you’d just use ../images/sample.png to reference it