Skip to content

Commit

Permalink
meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mic1on committed Aug 20, 2023
1 parent eeeb686 commit 13b253f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default withPwa(defineConfig({
],

footer: {
message: 'Released under the MIT License. Based on Vitest.',
message: 'Released under the MIT License.',
copyright: 'Copyright © 2023 MicLon',
},

Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
/* Texts */
export const vitestName = 'UsePy'
export const vitestShortName = 'UsePy'
export const vitestDescription = 'A blazing fast unit test framework powered by Vite'
export const vitestDescription = '简单又便捷的Python工具包'

/* CDN fonts and styles */
export const googleapis = 'https://fonts.googleapis.com'
export const gstatic = 'https://fonts.gstatic.com'
export const font = `${googleapis}/css2?family=Readex+Pro:wght@200;400;600&display=swap`

/* vitepress head */
export const ogUrl = 'https://code05.com/'
export const ogUrl = 'https://usepy.code05.com/'
export const ogImage = `${ogUrl}og.png`

/* GitHub and social links */
Expand Down

0 comments on commit 13b253f

Please sign in to comment.