Skip to content

Commit 114bcf4

Browse files
committed
docs: fix missing icon and favicon in docs
1 parent 5bd319d commit 114bcf4

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

docs/.vitepress/config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ export default defineConfig({
77
ignoreDeadLinks: 'localhostLinks',
88

99
head: [
10-
['link', { rel: 'icon', href: '/_media/favicon.ico' }]
10+
['link', { rel: 'icon', href: '/favicon.ico' }]
1111
],
1212

1313
themeConfig: {
14-
logo: '/_media/padlock.png',
14+
logo: '/padlock.png',
1515

1616
nav: [
1717
{ text: 'Home', link: '/' },

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hero:
66
text: Node.js SAML2 API
77
tagline: Nodejs library for Single Sign On with SAML 2.0
88
image:
9-
src: /_media/padlock.png
9+
src: /padlock.png
1010
alt: samlify
1111
actions:
1212
- theme: brand

docs/public/bg.jpg

3.61 MB
Loading

docs/public/favicon.ico

15 KB
Binary file not shown.

docs/public/padlock.png

2.88 KB
Loading

0 commit comments

Comments
 (0)