chore: 修复 GitHub Pages 部署 base 路径问题
Some checks are pending
Deploy GitHub Pages / build (push) Waiting to run
Deploy GitHub Pages / Deploy (push) Blocked by required conditions
Some checks are pending
Deploy GitHub Pages / build (push) Waiting to run
Deploy GitHub Pages / Deploy (push) Blocked by required conditions
This commit is contained in:
@@ -8,10 +8,13 @@ export default defineConfig({
|
||||
server: {
|
||||
port: 5678,
|
||||
},
|
||||
base: '/tutorials/',
|
||||
},
|
||||
|
||||
title: "就这么弄",
|
||||
description: "简单步骤与实用技巧",
|
||||
|
||||
base: '/tutorials/',
|
||||
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
logo: {
|
||||
|
Reference in New Issue
Block a user