Skip to content

Commit

Permalink
refactor: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
NanmiCoder committed Aug 28, 2024
1 parent 4814c1d commit 21df399
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
*.js linguist-language=python
*.css linguist-language=python
*.html linguist-language=python
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ import {defineConfig} from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
lang: 'zh-CN',
base: '/CrawlerTutorial/',
title: "程序员阿江-Relakkes的爬虫教程",
description: "程序员阿江-Relakkes的爬虫教程",
lastUpdated: true,
themeConfig: {
editLink: {
pattern: 'https://github.com/NanmiCoder/CrawlerTutorial/tree/main/docs/:path'
},
search: {
provider: 'local'
},
Expand Down

0 comments on commit 21df399

Please sign in to comment.