> For the complete documentation index, see [llms.txt](https://engine.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://engine.sygnal.com/setup/setup-netlify/jsdelivr.md).

# jsDelivr

jsDelivr is another FREE approach, with some limitations;

* Your site repo must be public&#x20;
* You may have some challenges with code caching and `@latest`, which may require URL updates when you update your code base&#x20;

## Add to Webflow site

* Site-wide before /body&#x20;

```html
<!-- Site engine -->
<script 
  src="https://cdn.jsdelivr.net/gh/sygnaltech/REPO@0.1.0/dist/init.js" 
  dev-src="http://127.0.0.1:3000/dist/index.js"
  ></script>
```
