Skip to content

Commit 11f56ab

Browse files
Update custom-head.blade.php
1 parent 1aeb54b commit 11f56ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra/custom-head.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<script src="https://cdnjs.cloudflare.com/ajax/libs/particlesjs/2.2.3/particles.min.js"></script>
2+
<script src="{{themeAsset('particles.min.js')}}"></script>
33
<style>
44
/*
55
* Animation module with all animation code
@@ -662,4 +662,4 @@
662662
-webkit-animation-delay: 0s;
663663
animation-delay: 0s;
664664
}
665-
</style>
665+
</style>

0 commit comments

Comments
 (0)