-
-
Notifications
You must be signed in to change notification settings - Fork 371
Set up CDN EN
Nicolas edited this page Oct 8, 2020
·
1 revision
In order to install tarteaucitron the first step and to recover the link of the CDN.
For his, follow this link or from the official website follow this path : Installation guide -> Free manual installation -> npm -> jsDelivr
Click on "SHOW & CONFIGURE ALL LINKS" and copy the generated link under "JavaScript"
__
In the tag
of your HTML add this line :<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/AmauriC/tarteaucitron.js@20200910/tarteaucitron.min.js"></script>
WARNING: Do not directly copy the script which serves as an example, it may not be the last version anymore !
Now that tarteaucitron is installed, the next step will be initialization.