Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
onresize committed Apr 12, 2024
1 parent 0380d4e commit 67c27ef
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Deployment job
deploy:
environment:
name: github-pages 🚀
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default defineUserConfig({
}),
// RSS订阅源生成
feedPlugin({
hostname: 'https://onresize.github.io/web-blogs/',
hostname: 'https://onresize.gitee.io/',
atom: true,
json: true,
rss: true,
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default [
},
{
text: '🗃️技术总结',
link: '/技术总结/踩坑总结/一个项目安装不同版本的依赖包',
link: '/技术总结/',
},
{
text: '🚀国内镜像 🇨🇳',
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config/silder.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default [
{
text: '🗃️技术总结',
link: '/技术总结/踩坑总结/',
link: '/技术总结/',
collapsible: true,
children: [
'/技术总结/踩坑总结/一个项目安装不同版本的依赖包',
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ heroImage: /image.webp
tagline: 💻学习📝记录🔗分享
actions:
- text: ✨开始阅读 →
link: /技术总结/踩坑总结/一个项目安装不同版本的依赖包
link: /技术总结/
features:
- title: 简洁至上⭐️
details: 以 markdown 为中心的项目结构,以最少的配置帮助你专注于写作。
Expand Down
File renamed without changes.

0 comments on commit 67c27ef

Please sign in to comment.