navigate from visual force to Lwc

 <apex:page >

     <button onclick="navigateToLWC()">Back</button>

    <script>

        function navigateToLWC() {

            window.location.href = '/lightning/n/kOrderDetailPage';

        }

    </script>

</apex:page>

Comments