Skip to content

Commit 20ccad0

Browse files
committed
update .gitignore and config.js for improved file management and updated Twitter link
1 parent 0cd2747 commit 20ccad0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ node_modules
2424
dist
2525
manifest
2626
.temp
27-
.obsidian
27+
.obsidian
28+
.specstory/
29+
**/.DS_Store

.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports = {
8686
nav: [
8787
{ text: "关于", link: "/about/" },
8888
{ text: "博客", link: "https://codelc.com/" },
89-
{ text: "推特", link: "https://twitter.com/lcomplete_wild" },
89+
{ text: "推特", link: "https://x.com/xlcomplete" },
9090
{ text: "邮箱订阅", link: "https://coolc.substack.com/" },
9191
{ text: "RSS 订阅", link: "https://tech.codelc.com/rss.xml" },
9292
{ text: "GitHub", link: "https://github.com/lcomplete/TechShare" },

0 commit comments

Comments
 (0)