Skip to content

Commit

Permalink
fixed favicon in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sthivaios committed May 31, 2024
1 parent 42f038d commit b282fb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "Imgal Documentation",
description: "Documentation for Imgal by KioydioLabs",
head: [['link', { rel: 'icon', href: 'img/icon.ico' }]],
head: [['link', { rel: 'icon', href: '/public/icon.jpg' }]],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down
File renamed without changes

0 comments on commit b282fb1

Please sign in to comment.