Skip to content

Commit a246437

Browse files
committed
Chore(docs): configure base
1 parent 4d420ee commit a246437

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/.vuepress/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineUserConfig({
1010
title: 'Vuejs Dialog',
1111
description: 'A lightweight, promise based alert, prompt and confirm dialog',
1212
repo: 'godofbrowser/vuejs-dialog',
13+
base: process.env.NODE_ENV === 'production' ? '/vuejs-dialog/' : '/',
1314
bundler: viteBundler(),
1415
plugins: [
1516
// https://ecosystem.vuejs.press/plugins/markdown/prismjs.html

0 commit comments

Comments
 (0)