Skip to main content
  1. Navigate to the public/index.html file.
  2. Add the following code in the Start of <head> tag section.
Check out the How to Get Site ID page to get your site ID.
<!-- Start Surface Tag -->

<script 
	src="https://cdn.jsdelivr.net/gh/trysurface/scripts@latest/surface_tag.min.js"  
	siteId="YOUR_SITE_ID" // Replace with your site ID
></script>

<!-- End Surface Tag -->