@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 +1 -1
- package/package.json +1 -1
- package/src/config.mts +1 -1
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/
|
|
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
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/
|
|
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
|
},
|