Skip to content

Commit

Permalink
upd: 调整线上地址url
Browse files Browse the repository at this point in the history
  • Loading branch information
nancyzhan committed Sep 20, 2023
1 parent 12618fa commit 83ad1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ssrTransformCustomDir = () => ({
needRuntime: true
});

const BASE_URL = process.env.NODE_ENV === 'production' ? '/traction-widget/' : '/';
const BASE_URL = process.env.NODE_ENV === 'production' ? '/p/traction-widget/' : '/';

export default defineConfig({
base: BASE_URL,
Expand Down

0 comments on commit 83ad1eb

Please sign in to comment.