Skip to content

Commit

Permalink
Add favicon.ico
Browse files Browse the repository at this point in the history
Add it to make bookmarking prettier and find browser
tab easier ;-)
  • Loading branch information
zirni committed Jan 22, 2025
1 parent e4d4dee commit 186f0f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guides/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ const sidebar = VERSIONS.reduce((obj, version) => {
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "AlchemyCMS",
head: [
['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
],
description:
"Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.",
// https://vitepress.dev/reference/default-theme-config
Expand Down
Binary file added guides/public/favicon.ico
Binary file not shown.

0 comments on commit 186f0f5

Please sign in to comment.