Skip to content

Commit 20412f0

Browse files
committed
Update GitHub Actions
1 parent dabd6aa commit 20412f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
content/.vitepress/cache
3+
content/.vitepress/dist
34
.DS_Store

content/.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const sidebar = useSidebar({
1010
export default defineConfig({
1111
title: "Stella IT OpenAPI",
1212
description: "API를 활용하여 나만의 프로젝트 구축하기",
13+
ignoreDeadLinks: true,
1314

1415
themeConfig: {
1516
logo: {

0 commit comments

Comments
 (0)