Skip to content

Commit bd536a4

Browse files
committed
fix: website
1 parent 044dc32 commit bd536a4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

website/.vitepress/config.mts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import { defineConfig } from 'vitepress';
33
export default defineConfig({
44
title: 'SnapFill',
55
description: 'Cross-platform WebView autofill engine',
6+
base: '/snapfill/',
67
head: [
7-
['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo-icon.svg' }],
8+
['link', { rel: 'icon', type: 'image/svg+xml', href: '/snapfill/logo-icon.svg' }],
89
],
910

1011
themeConfig: {
@@ -52,7 +53,7 @@ export default defineConfig({
5253
},
5354

5455
socialLinks: [
55-
{ icon: 'github', link: 'https://github.com/user/snapfill' },
56+
{ icon: 'github', link: 'https://github.com/wangdicoder/snapfill' },
5657
],
5758

5859
footer: {

website/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hero:
1414
link: /guide/getting-started
1515
- theme: alt
1616
text: View on GitHub
17-
link: https://github.com/user/snapfill
17+
link: https://github.com/wangdicoder/snapfill
1818

1919
features:
2020
- icon: 🔍

0 commit comments

Comments
 (0)