Skip to content

Commit 4702874

Browse files
fix: update base path and GitHub link for repo rename to vibe-skill-study
1 parent 398fa55 commit 4702874

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress'
33
export default defineConfig({
44
title: 'VibeSkill',
55
description: 'All-Skill Methodology Vibe Coding Guide',
6-
base: '/vibe-skill/',
6+
base: '/vibe-skill-study/',
77
appearance: false,
88

99
head: [
@@ -255,7 +255,7 @@ export default defineConfig({
255255
siteTitle: 'VibeSkill',
256256

257257
socialLinks: [
258-
{ icon: 'github', link: 'https://github.com/luckyonetwothree/all-skill' }
258+
{ icon: 'github', link: 'https://github.com/luckyonetwothree/vibe-skill-study' }
259259
],
260260

261261
search: {

0 commit comments

Comments
 (0)