We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20412f0 commit 985ad30Copy full SHA for 985ad30
content/.vitepress/config.mjs
@@ -11,6 +11,7 @@ export default defineConfig({
11
title: "Stella IT OpenAPI",
12
description: "API를 활용하여 나만의 프로젝트 구축하기",
13
ignoreDeadLinks: true,
14
+ cleanUrls: true,
15
16
themeConfig: {
17
logo: {
0 commit comments