We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
kiaking
brc-dd
posva
Learn more about funding links in repositories.
Report abuse
1 parent 185e756 commit 63f33d2Copy full SHA for 63f33d2
src/node/plugin.ts
@@ -12,8 +12,8 @@ import {
12
import {
13
APP_PATH,
14
DIST_CLIENT_PATH,
15
- resolveAliases,
16
- SITE_DATA_REQUEST_PATH
+ SITE_DATA_REQUEST_PATH,
+ resolveAliases
17
} from './alias'
18
import { resolvePages, type SiteConfig } from './config'
19
import { clearCache, createMarkdownToVueRenderFn } from './markdownToVue'
@@ -141,7 +141,7 @@ export async function createVitePressPlugin(
141
vitepress: siteConfig
142
})
143
return userViteConfig
144
- ? mergeConfig(userViteConfig, baseConfig)
+ ? mergeConfig(baseConfig, userViteConfig)
145
: baseConfig
146
},
147
0 commit comments