Skip to content

Commit

Permalink
fix: fix wrong public directory and remove logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ole1011 committed Nov 1, 2024
1 parent 59bb08f commit e748ac3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
title: "Personal Portfolio",
description: "My personal portfolio",
lang: 'en-US',
head: [['link', { rel: 'icon', href: '/penguin.svg' }]],
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down Expand Up @@ -37,7 +37,7 @@ export default defineConfig({
search: {
provider: 'local',
},
logo: '/penguin.svg',
// logo: '/favicon.ico',
cleanUrls: true,
}
})
File renamed without changes.
33 changes: 0 additions & 33 deletions public/penguin.svg

This file was deleted.

0 comments on commit e748ac3

Please sign in to comment.