changed to extern CDN

This commit is contained in:
jafreli
2025-01-17 01:51:01 +01:00
parent 755ecd6d4a
commit cc8166b6b8
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
import PocketBase from 'pocketbase';
const pb = new PocketBase('https://db.out.jafre.li');
const messageContainer = document.getElementById('messages');
const messageForm = document.getElementById('messageForm');