mirror of
https://github.com/Alee14/personal-website.git
synced 2025-01-22 10:51:50 -05:00
Using my pocketbase database instead
This commit is contained in:
parent
71093a4c88
commit
415abb0753
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
import PocketBase from 'pocketbase';
|
||||
export const pb = new PocketBase('http://127.0.0.1:8090');
|
||||
export const pb = new PocketBase('https://pocketbase.alee14.me');
|
||||
|
|
Loading…
Reference in a new issue