diff options
| author | Factiven <[email protected]> | 2023-09-13 00:45:53 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-13 00:45:53 +0700 |
| commit | 7327a69b55a20b99b14ee0803d6cf5f8b88c45ef (patch) | |
| tree | cbcca777593a8cc4b0282e7d85a6fc51ba517e25 /pages/api/og.jsx | |
| parent | Update issue templates (diff) | |
| download | moopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.tar.xz moopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.zip | |
Update v4 - Merge pre-push to main (#71)
* Create build-test.yml
* initial v4 commit
* update: github workflow
* update: push on branch
* Update .github/ISSUE_TEMPLATE/bug_report.md
* configuring next.config.js file
Diffstat (limited to 'pages/api/og.jsx')
| -rw-r--r-- | pages/api/og.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/api/og.jsx b/pages/api/og.jsx index b1cf238..d52f90e 100644 --- a/pages/api/og.jsx +++ b/pages/api/og.jsx @@ -35,7 +35,7 @@ export default async function handler(request) { <div style={{ display: "flex", - fontSize: 60, + fontSize: "60px", color: "black", background: "#f6f6f6", width: "100%", @@ -63,7 +63,7 @@ export default async function handler(request) { position: "absolute", top: 10, left: 25, - fontSize: "40", + fontSize: "40px", color: "#FF7F57", fontFamily: "Outfit", filter: "brightness(100%)", |