We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3090a6f commit cb66358Copy full SHA for cb66358
build_web.sh
@@ -12,7 +12,7 @@ fi
12
13
# Build the web version
14
echo "Running pygbag build..."
15
-pygbag --build --cdn https://pygame-web.github.io/archives/0.9/ .
+pygbag --build .
16
17
echo ""
18
echo "Build complete!"
index.html
@@ -146,7 +146,7 @@ <h2>Controls</h2>
146
</div>
147
148
149
- <script src="https://pygame-web.github.io/archives/0.9/pythons.js" type="module"></script>
+ <script src="https://cdn.jsdelivr.net/gh/pygame-web/pygbag@0.9/static/pythons.js" type="module"></script>
150
<script>
151
// Show canvas and hide loading when game starts
152
window.addEventListener('load', function () {
0 commit comments