From db38509d38c7d398607217bb8ae64500ecb8eb8e Mon Sep 17 00:00:00 2001 From: ndragun92 Date: Tue, 12 Mar 2024 01:45:49 +0100 Subject: [PATCH 1/2] chore: Remove unused import --- _docs/nuxt.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/_docs/nuxt.config.ts b/_docs/nuxt.config.ts index 08274c0..97d104d 100644 --- a/_docs/nuxt.config.ts +++ b/_docs/nuxt.config.ts @@ -1,5 +1,3 @@ -const path = require('path'); - export default defineNuxtConfig({ // https://github.com/nuxt-themes/docus extends: ['@nuxt-themes/docus'], From f2f73826e42efb52943941fe22c7b8037ab82840 Mon Sep 17 00:00:00 2001 From: ndragun92 Date: Tue, 12 Mar 2024 01:46:26 +0100 Subject: [PATCH 2/2] 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', },