Remove the www from all sixtyfps.io URL

This commit is contained in:
Olivier Goffart 2020-10-29 11:06:06 +01:00
parent 0b169b564a
commit 263df7dc63
10 changed files with 20 additions and 20 deletions

View file

@ -4,7 +4,7 @@
-->
<script type="module">
"use strict";
import * as sixtyfps from 'https://www.sixtyfps.io/wasm-interpreter/sixtyfps_wasm_interpreter.js';
import * as sixtyfps from 'https://sixtyfps.io/wasm-interpreter/sixtyfps_wasm_interpreter.js';
function render_or_error(source, div) {
let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9);