Skip to content

Commit

Permalink
update title & favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
llabend committed Feb 14, 2024
1 parent ab75760 commit 8452ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "Laura Abend",
title: "LA",
titleTemplate: "Portfolio",
head: [
['link', { rel: 'icon', href: '/laura-abend/favicon.ico' }]
['link', { rel: 'icon', href: '/favicon.ico' }]
],
description: "Samples of my work",
lang: 'en-US',
Expand Down

0 comments on commit 8452ac7

Please sign in to comment.