Skip to content

Commit

Permalink
docs: fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
42willow committed Jun 10, 2024
1 parent 23ed33f commit 3ccb03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 3ccb03e

Please sign in to comment.