upd: webpush
Deskripsi: - database push notification - update package - memasang webpush NO Issues
This commit is contained in:
32
src/opengraph-image.tsx
Normal file
32
src/opengraph-image.tsx
Normal 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
|
||||
Reference in New Issue
Block a user