update
This commit is contained in:
parent
6d6dfd068a
commit
0e39c2b674
34
index.html
34
index.html
@ -1,22 +1,34 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<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>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="icon" type="image/gif" sizes="32x32" href="/favicon.gif">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
</head>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||
<link rel="icon" type="image/gif" sizes="32x32" href="/favicon.gif" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
</head>
|
||||
|
||||
<body class="light">
|
||||
<body class="light">
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script
|
||||
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());
|
||||
|
||||
gtag("config", "G-SQCJ92M03C");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -173,7 +173,7 @@ const AppNav = ({ className }: ComponentProps<"div">) => {
|
||||
return (
|
||||
<div
|
||||
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
|
||||
)}
|
||||
>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user