link in next js is refresh page

JavaScript
<Link href="/shop/[pid]" as={`/shop/${id}`}>
	<a>Shop by menu</a>
</Link>

Source

Also in JavaScript: