diff --git a/public/img/og.jpg b/public/img/og.jpg new file mode 100644 index 0000000..e78e422 Binary files /dev/null and b/public/img/og.jpg differ diff --git a/src/renderer.lisp b/src/renderer.lisp index 4f9ba83..b225868 100644 --- a/src/renderer.lisp +++ b/src/renderer.lisp @@ -16,8 +16,7 @@ :description "The personal homepage of Akira Tempaku (paku) - projects, thoughts, and more." :og-url "https://skyizwhite.dev" :og-type "website" - :og-image (lambda (path) - (format nil "https://skyizwhite.dev~@[~a~]" path)) + :og-image "https://skyizwhite.dev/img/og.jpg" :og-image-width 1024 :og-image-height 1024))