Skip to content

Commit 5a82079

Browse files
committed
Update blog URL and simplify footer copyright
Replaces the blog URL with a Cloudflare Workers-based URL in both the README and configuration file for improved accessibility. Simplifies the footer copyright by removing the ICP license reference.
1 parent 4078643 commit 5a82079

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# 个人博客
22

3-
[地址](https://www.jaluik.com/)
3+
[地址](https://blog.jaluik.workers.dev)

docusaurus.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
title: 'jaluik的个人博客',
33
tagline: 'jaluik的个人博客',
4-
url: 'https://www.jaluik.com',
4+
url: 'https://blog.jaluik.workers.dev',
55
baseUrl: '/',
66
onBrokenLinks: 'throw',
77
onBrokenMarkdownLinks: 'warn',
@@ -42,9 +42,7 @@ module.exports = {
4242
},
4343
footer: {
4444
style: 'dark',
45-
copyright: `<div>Copyright © ${new Date().getFullYear()} ❤️ <a href="https://github.com/jaluik">Jaluik</a></div>
46-
<div><a href="https://beian.miit.gov.cn/" target="_blank">渝ICP备2023013586号</a></div>
47-
`,
45+
copyright: `<div>Copyright © ${new Date().getFullYear()} ❤️ <a href="https://github.com/jaluik">Jaluik</a></div>`,
4846
},
4947
},
5048
presets: [

0 commit comments

Comments
 (0)