Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default defineConfig({

// Social links (keeping your GitHub link)
socialLinks: [
{ icon: "github", link: "https://github.com/jerome/fetch-php" },
{ icon: "github", link: "https://github.com/Thavarshan/fetch-php" },
],

// Footer content with additional keywords naturally included
Expand Down Expand Up @@ -310,7 +310,7 @@ export default defineConfig({

// Add edit link to encourage contributions (helps with engagement metrics)
editLink: {
pattern: "https://github.com/jerome/fetch-php/edit/main/docs/:path",
pattern: "https://github.com/Thavarshan/fetch-php/edit/main/docs/:path",
text: "Edit this page on GitHub",
},

Expand Down
Loading