update
This commit is contained in:
parent
6d6dfd068a
commit
0e39c2b674
48
index.html
48
index.html
@ -1,22 +1,34 @@
|
|||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>˚ʚ Furina.id ɞ˚</title>
|
||||||
|
|
||||||
<head>
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
<meta charset="UTF-8" />
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<link rel="icon" type="image/gif" sizes="32x32" href="/favicon.gif" />
|
||||||
<title>˚ʚ Furina.id ɞ˚</title>
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
<body class="light">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
<div id="root"></div>
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
<script type="module" src="/src/main.tsx"></script>
|
||||||
<link rel="icon" type="image/gif" sizes="32x32" href="/favicon.gif">
|
<!-- Google tag (gtag.js) -->
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<script
|
||||||
</head>
|
async
|
||||||
|
src="https://www.googletagmanager.com/gtag/js?id=G-SQCJ92M03C"
|
||||||
|
></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag() {
|
||||||
|
dataLayer.push(arguments);
|
||||||
|
}
|
||||||
|
gtag("js", new Date());
|
||||||
|
|
||||||
<body class="light">
|
gtag("config", "G-SQCJ92M03C");
|
||||||
<div id="root"></div>
|
</script>
|
||||||
<script type="module" src="/src/main.tsx"></script>
|
</body>
|
||||||
</body>
|
</html>
|
||||||
|
|
||||||
</html>
|
|
||||||
|
@ -173,7 +173,7 @@ const AppNav = ({ className }: ComponentProps<"div">) => {
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"flex items-start justify-center lg:justify-start flex-wrap gap-3 md:gap-x-4 lg:gap-x-6",
|
"flex items-start justify-center lg:justify-start flex-wrap gap-3 gap-x-5 lg:gap-x-6",
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
import PocketBase from "pocketbase";
|
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);
|
const pb = new PocketBase(baseUrl);
|
||||||
|
|
||||||
export default pb;
|
export default pb;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user