We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398fa55 commit 4702874Copy full SHA for 4702874
1 file changed
docs/.vitepress/config.mjs
@@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress'
3
export default defineConfig({
4
title: 'VibeSkill',
5
description: 'All-Skill Methodology Vibe Coding Guide',
6
- base: '/vibe-skill/',
+ base: '/vibe-skill-study/',
7
appearance: false,
8
9
head: [
@@ -255,7 +255,7 @@ export default defineConfig({
255
siteTitle: 'VibeSkill',
256
257
socialLinks: [
258
- { icon: 'github', link: 'https://github.com/luckyonetwothree/all-skill' }
+ { icon: 'github', link: 'https://github.com/luckyonetwothree/vibe-skill-study' }
259
],
260
261
search: {
0 commit comments