Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

Commit 4da2241

Browse files
authored
Merge pull request #44 from gripmock/vitepress-patch
Update VitePress configuration to set base path for deployment
2 parents 10a8917 + 4e1b838 commit 4da2241

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/.vitepress/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ export default defineConfig({
44
title: 'gRPC Testify',
55
description: 'Automate gRPC testing with simple .gctf files',
66
ignoreDeadLinks: true,
7+
8+
base: '/grpctestify/',
79

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

0 commit comments

Comments
 (0)