From 0e39c2b6743ef35851ff366b785a270176f69ea4 Mon Sep 17 00:00:00 2001 From: Khairul Hidayat Date: Fri, 19 Jan 2024 11:20:29 +0000 Subject: [PATCH] update --- index.html | 48 +++++++++++++++++++++++++---------------- src/pages/home/page.tsx | 2 +- src/utility/api.ts | 3 ++- 3 files changed, 33 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index d16bdf2..df40e1b 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,34 @@ - + + + + + + ˚ʚ Furina.id ɞ˚ - - - - - ˚ʚ Furina.id ɞ˚ + + + + + + - - - - - - + +
+ + + + - - - \ No newline at end of file + gtag("config", "G-SQCJ92M03C"); + + + diff --git a/src/pages/home/page.tsx b/src/pages/home/page.tsx index 858a492..0fbd600 100644 --- a/src/pages/home/page.tsx +++ b/src/pages/home/page.tsx @@ -173,7 +173,7 @@ const AppNav = ({ className }: ComponentProps<"div">) => { return (
diff --git a/src/utility/api.ts b/src/utility/api.ts index 330280c..e3cf651 100644 --- a/src/utility/api.ts +++ b/src/utility/api.ts @@ -1,6 +1,7 @@ import PocketBase from "pocketbase"; -export const baseUrl = "http://127.0.0.1:8090"; +// export const baseUrl = "http://127.0.0.1:8090"; +export const baseUrl = "https://my.furina.id"; const pb = new PocketBase(baseUrl); export default pb;