@ruan-cat/vitepress-preset-config 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/config.mjs CHANGED
@@ -174,7 +174,7 @@ var defaultUserConfig = {
174
174
  sidebar: setGenerateSidebar(),
175
175
  socialLinks: [{ icon: "github", link: "https://github.com/ruan-cat" }],
176
176
  editLink: {
177
- pattern: "https://github.com/ruan-cat/monorepo/blob/dev/packages/vitepress-preset-config/src/docs/lesson/index.md",
177
+ pattern: "https://github.com/ruan-cat/monorepo/blob/dev/packages/vitepress-preset-config/src/docs/please-reset-themeConfig-editLink.md",
178
178
  text: "\u5728 github \u4E0A\u6253\u5F00\u6B64\u9875\u9762\u4EE5\u9884\u89C8\u539F\u7248 markdown \u6587\u6863"
179
179
  }
180
180
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruan-cat/vitepress-preset-config",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "用于给大多数的vitepress项目提供一个预设的配置文件。",
5
5
  "homepage": "https://vitepress-preset.ruancat6312.top",
6
6
  "types": "./src/config.mts",
package/src/config.mts CHANGED
@@ -118,7 +118,7 @@ const defaultUserConfig: UserConfig<DefaultTheme.Config> = {
118
118
 
119
119
  editLink: {
120
120
  pattern:
121
- "https://github.com/ruan-cat/monorepo/blob/dev/packages/vitepress-preset-config/src/docs/lesson/index.md",
121
+ "https://github.com/ruan-cat/monorepo/blob/dev/packages/vitepress-preset-config/src/docs/please-reset-themeConfig-editLink.md",
122
122
  text: "在 github 上打开此页面以预览原版 markdown 文档",
123
123
  },
124
124
  },