Skip to content

Commit

Permalink
fix: fix server base url
Browse files Browse the repository at this point in the history
  • Loading branch information
Guoqi Sun committed Mar 29, 2024
1 parent a23a319 commit bdca05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from "vitepress";

// https://vitepress.dev/reference/site-config
export default defineConfig({
base: "/tcq/",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
docFooter: {
Expand Down Expand Up @@ -60,7 +61,6 @@ export default defineConfig({
title: "芦笋提词器",
description: "智能跟读、滚屏提词和隐形提词的提词工具",
lang: "zh-Hans",
assetsDir: "tcq/assets",
spandown: {
image: {
// 默认禁用图片懒加载
Expand Down

0 comments on commit bdca05d

Please sign in to comment.