From 570f47670bf9f361eeb073b9124be56465498c83 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 13 Mar 2024 00:10:44 +0000 Subject: feat: style project list --- src/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index b49ee66..bed8b66 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -8,12 +8,13 @@ import { NodeEditor } from './NodeEditor.tsx'; import './index.css'; export const App = () => { - const pb = useMemo(() => new PocketBase(`https://${window.location.hostname}:8080/`)); + const pb = useMemo(() => new PocketBase(`/`)); return (
DataNodes -- cgit v1.2.3