Skip to content

Commit b025695

Browse files
authored
fix link to js
1 parent a273093 commit b025695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2 class="showload center-text" style="--delay: 1000ms">Welcome to <span class=
111111
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
112112
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
113113
<script>
114-
particlesJS.load('particles-js', 'particles-config.json', function () {
114+
particlesJS.load('particles-js', 'js/particles-config.json', function () {
115115
console.log('callback - particles.js config loaded');
116116
});
117117

0 commit comments

Comments
 (0)