Skip to content

Commit

Permalink
fix: footer content license (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
thezzisu authored Nov 16, 2024
1 parent 575a5c2 commit d87bbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default defineConfig({
socialLinks: [{ icon: 'github', link: 'https://github.com/lcpu-club' }],
footer: {
message: '由北京大学学生 Linux 俱乐部所著',
copyright: '© 2024 LCPU Club, licensed under CC BY-SA 4.0'
copyright: '© 2024 LCPU Club, licensed under CC BY-NC-SA 4.0'
},
docFooter: {
prev: '上一节',
Expand Down

0 comments on commit d87bbae

Please sign in to comment.