Skip to content

Commit e16caec

Browse files
committed
doc: fix favicon url
1 parent 61f783f commit e16caec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import version from "vite-plugin-package-version";
77
export default defineConfig({
88
title: "Torch Lens Maker",
99
description: "Differentiable geometric optics in PyTorch",
10-
head: [['link', { rel: 'icon', href: '/logos/tlmlogo_black130_margin.png' }]],
10+
head: [['link', { rel: 'icon', href: '/torchlensmaker/logos/tlmlogo_black130_margin.png' }]],
1111
base: '/torchlensmaker/',
1212
themeConfig: {
1313
logo: '/logos/tlmlogo_black150.png',

0 commit comments

Comments
 (0)