Skip to content

Commit 178a6d7

Browse files
committed
fix: rename vitepress config folder to avoid path conflict
1 parent a2ea175 commit 178a6d7

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from 'vitepress'
2-
import { nav, sidebar, themeConfig, head, vite, markdown } from './config'
2+
import { nav, sidebar, themeConfig, head, vite, markdown } from './config-internal'
33

44
export default defineConfig({
55
title: 'TaskFlow AI',

0 commit comments

Comments
 (0)