We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafdb21 commit 605e02bCopy full SHA for 605e02b
README.md
@@ -7,6 +7,10 @@ The project is a proof of concept for integrating Target VEC with Helix.
7
8
## Adding Target integration to a Helix project
9
1. Copy the [`scripts/target.js`](scripts/target.js) to your project.
10
+2. Include the script in the [`head.html`](index.html) as early as possible:
11
+```html
12
+<script src="./scripts/target.js" type="module"></script>
13
+```
14
2. Add a call to `loadTargetOffers` to the 'loadPage' function as follows:
15
```js
16
async function loadPage() {
0 commit comments