Skip to content

Commit 4dc53f2

Browse files
author
Laegel
authored
fix: Fixed "editUrl"
1 parent fb8fe39 commit 4dc53f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const siteConfig = {
141141
{
142142
docs: {
143143
sidebarPath: require.resolve('./sidebars.json'),
144-
editUrl: 'https://github.com/tauri-apps/tauri-docs/edit/dev/website/',
144+
editUrl: 'https://github.com/tauri-apps/tauri-docs/edit/dev/',
145145
},
146146
theme: {
147147
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)