File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
Vince Analytics integrates automatically with ` pushState ` based frontend routers. However, if you're using a frontend
9
9
framework that uses the URL hash for routing, you need to take an extra step to install the hash-based tracker instead of the default one.
10
10
11
- The hash-based tracker is available by changing your script to load ` http://localhst :8080/js/script.hash.js ` instead of
12
- the default ` http://localhst :8080/js/script.js ` .
11
+ The hash-based tracker is available by changing your script to load ` http://localhost :8080/js/script.hash.js ` instead of
12
+ the default ` http://localhost :8080/js/script.js ` .
13
13
14
14
Here's what the full script tag will look like:
15
15
16
16
``` html
17
- <script defer data-domain =" yourdomain.com" src =" http://localhst :8080/js/script.hash.js" ></script >
17
+ <script defer data-domain =" yourdomain.com" src =" http://localhost :8080/js/script.hash.js" ></script >
18
18
```
19
19
20
20
You can’t perform that action at this time.
0 commit comments