Skip to content

Commit 511fb58

Browse files
authored
Replace Phaser script source with local file
1 parent 41dcebc commit 511fb58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: false
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<title>Developer Directory</title>
1010
<script src="https://cdn.tailwindcss.com"></script>
11-
<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/3.90.0/phaser.min.js" integrity="sha512-/tJYyDCrI7hnHWp45P189aOwPa6lTREosRhlxEIqx8skB4A3a3rD3iz4o335SJd4sORqjVHw5y1S2hq4hciwLw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
11+
<script src="/assets/js/phaser.min.js"></script>
1212
<link rel="stylesheet" href="/assets/css/style.css">
1313
</head>
1414
<body class="min-h-screen scroll-smooth bg-[var(--bg-page)] text-[var(--text-main)] transition-colors duration-300">

0 commit comments

Comments
 (0)