Skip to content

Commit

Permalink
Merge pull request #115 from tsparticles/dev
Browse files Browse the repository at this point in the history
Fixed some script urls
  • Loading branch information
matteobruni authored Oct 13, 2023
2 parents 48d1aba + 43ca52e commit 67695f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autumn/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3>Uh-oh, page not found :(</h3>
</div>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/tsparticles-slim@2.3.4/tsparticles.slim.bundle.min.js"
src="https://cdn.jsdelivr.net/npm/tsparticles-slim@2/tsparticles.slim.bundle.min.js"
></script>
<script type="text/javascript" defer="defer" src="scripts/404.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion matrix/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>This page does not exist.</h2>
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/tsparticles@2/tsparticles.bundle.min.js"
></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles-path-polygon@2.3.3/tsparticles.path.polygon.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles-path-polygon@2/tsparticles.path.polygon.min.js"></script>
<script src="./js/404.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion ocean/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h3>We've gone too deep.</h3>
</div>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/tsparticles-slim@2.3.4/tsparticles.slim.bundle.min.js"
src="https://cdn.jsdelivr.net/npm/tsparticles-slim@2/tsparticles.slim.bundle.min.js"
></script>
<script
type="text/javascript"
Expand Down

0 comments on commit 67695f0

Please sign in to comment.