upd: webpush

Deskripsi:
- database push notification
- update package
- memasang webpush

NO Issues
This commit is contained in:
amel
2024-11-18 17:12:58 +08:00
parent bc5ce5b48c
commit d847c97bec
30 changed files with 1267 additions and 282 deletions

32
src/opengraph-image.tsx Normal file
View File

@@ -0,0 +1,32 @@
import { ImageResponse } from "next/og";
export default async function Image() {
return new ImageResponse(
(
<div
style={{
background: "green",
color: "white",
width: "100%",
height: "100%",
display: "flex",
flexDirection: "column",
textAlign: "center",
alignItems: "center",
justifyContent: "center"
}}
>
<div style={{
fontSize: 128,
}}>WIBU APP</div>
<p style={{ fontSize: 24 }}>Comprehensive Dock for Wibu web app.</p>
</div>
),
{
width: 1200,
height: 630
}
);
}
// wibu:1.0.87