Skip to content

Commit 505d10e

Browse files
authored
Merge pull request #10 from volcengine/fix/base-path
fix: base path
2 parents e05714e + f8687d6 commit 505d10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
title: 'AgentKit',
33
description: 'Python SDK and CLI for building Agent applications on Volcengine',
4-
base: '/',
4+
base: '/agentkit-sdk-python/',
55

66
head: [
77
['link', { rel: 'icon', href: '/favicon.ico' }]

0 commit comments

Comments
 (0)