We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c54682 commit b335570Copy full SHA for b335570
1 file changed
.vitepress/config.mts
@@ -70,11 +70,9 @@ export default defineConfig({
70
...(isDev && {
71
text: 'Edit in VS Code',
72
}),
73
- // pattern:
74
- // 'https://github.com/NativeScript/docs/blob/main/content/:filePath',
75
pattern: isDev
76
? `vscode://file/${path.resolve(__dirname, '../content/:filePath')}`
77
- : `https://pr.new/github.com/NativeScript/docs/edit/${branch}/content/:filePath?initialPath=:path`,
+ : `https://github.com/NativeScript/docs/edit/${branch}/content/:filePath`,
78
},
79
algolia: {
80
appId: '110JARHFDU',
0 commit comments