We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15c521 commit 9454f25Copy full SHA for 9454f25
docs/.vitepress/config.mts
@@ -77,11 +77,11 @@ export default defineConfig({
77
78
footer: {
79
message: 'Released under the MIT License.',
80
- copyright: 'Copyright © 2024 <a href="https://github.com/yyx990803">Kyrian Obikwelu</a>'
+ copyright: 'Copyright © 2024 <a href="https://github.com/CodeWithKyrian">Kyrian Obikwelu</a>'
81
},
82
83
editLink: {
84
- pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/:path',
+ pattern: 'https://github.com/CodeWithKyrian/transformers-php/edit/main/docs/:path',
85
text: 'Edit this page on GitHub'
86
87
0 commit comments