From f2f73826e42efb52943941fe22c7b8037ab82840 Mon Sep 17 00:00:00 2001 From: ndragun92 Date: Tue, 12 Mar 2024 01:46:26 +0100 Subject: [PATCH] chore: update cover image --- _docs/app.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_docs/app.config.ts b/_docs/app.config.ts index 9681aa0..052f075 100644 --- a/_docs/app.config.ts +++ b/_docs/app.config.ts @@ -3,8 +3,7 @@ export default defineAppConfig({ docus: { title: 'File Sys Cache', description: 'A Node.js package providing efficient caching using the file system for storage', - // TODO: Replace - image: '/cover.png', + image: 'https://ndragun92.github.io/file-sys-cache/cover.jpg', socials: { github: 'ndragun92/file-sys-cache', },