Skip to content

Commit cb66358

Browse files
fix(cdn url)
1 parent 3090a6f commit cb66358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_web.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212

1313
# Build the web version
1414
echo "Running pygbag build..."
15-
pygbag --build --cdn https://pygame-web.github.io/archives/0.9/ .
15+
pygbag --build .
1616

1717
echo ""
1818
echo "Build complete!"

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h2>Controls</h2>
146146
</div>
147147
</div>
148148

149-
<script src="https://pygame-web.github.io/archives/0.9/pythons.js" type="module"></script>
149+
<script src="https://cdn.jsdelivr.net/gh/pygame-web/pygbag@0.9/static/pythons.js" type="module"></script>
150150
<script>
151151
// Show canvas and hide loading when game starts
152152
window.addEventListener('load', function () {

0 commit comments

Comments
 (0)