We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dcebc commit 511fb58Copy full SHA for 511fb58
1 file changed
src/index.njk
@@ -8,7 +8,7 @@ layout: false
8
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9
<title>Developer Directory</title>
10
<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>
+ <script src="/assets/js/phaser.min.js"></script>
12
<link rel="stylesheet" href="/assets/css/style.css">
13
</head>
14
<body class="min-h-screen scroll-smooth bg-[var(--bg-page)] text-[var(--text-main)] transition-colors duration-300">
0 commit comments