We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9091d commit e40e0e2Copy full SHA for e40e0e2
1 file changed
docs/.vitepress/config.ts
@@ -201,9 +201,9 @@ export default defineConfig({
201
footer: {
202
message: 'Released under the MIT License.',
203
copyright:
204
- 'Copyright © 2023-present ' +
205
- '<a href="https://github.com/TypedDevs/bashunit/graphs/contributors"' +
206
- ' target="_blank">bashunit contributors</a>'
+ 'Copyright © 2023-present bashunit. ' +
+ '<a href="https://github.com/TypedDevs/bashunit"' +
+ ' target="_blank">Source · GitHub</a>'
207
}
208
},
209
0 commit comments