From 3ccb03e53a5a9dbd51b1d43175cc9870d44bbc5c Mon Sep 17 00:00:00 2001 From: Willow <42willow@pm.me> Date: Mon, 10 Jun 2024 15:55:14 +1000 Subject: [PATCH] docs: fix icon --- .vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index cee09c3..84e70e7 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -5,7 +5,7 @@ const titleSuffix = ' – Schooltape'; const description = 'A web extension that adds themes, plugins, and snippets to Schoolbox.'; const ogTitle = `${title}${titleSuffix}`; const ogUrl = 'https://schooltape.github.io'; -const ogImage = `${ogUrl}/social-preview.png`; +const ogImage = `${ogUrl}/schooltape.png`; // https://vitepress.dev/reference/site-config export default defineConfig({