Initial commit
This commit is contained in:
21
docs/.vitepress/config.mts
Normal file
21
docs/.vitepress/config.mts
Normal file
@@ -0,0 +1,21 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
|
||||
export default defineConfig({
|
||||
title: "乌仿镇",
|
||||
description: "技术分享笔记",
|
||||
lang: 'zh-CN',
|
||||
vite: {
|
||||
server: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'https://wufangzhen.com',
|
||||
changeOrigin: true,
|
||||
secure: false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
sitemap: {
|
||||
hostname: 'https://wufangzhen.com'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user