This commit is contained in:
Russell2259
2024-03-05 19:38:57 -07:00
parent e3521dcd7c
commit e3bb53eb75
+1 -1
View File
@@ -3,7 +3,7 @@
import { createBareClient } from 'https://esm.sh/@tomphttp/bare-client@latest/dist/index.js';
import { evalify } from '/assets/js/utils.js';
const client = createBareClient('/bare/');
const client = await createBareClient(location.origin + '/bare/');
eval(evalify(() => {
const window = {