Skip to content

Commit 96138ee

Browse files
committed
fix: Fix edit page link in wiki
1 parent dc1f1c4 commit 96138ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wiki/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default defineConfig({
1818
{ icon: 'github', label: 'GitHub', href: 'https://github.com/luminusOS' },
1919
],
2020
editLink: {
21-
baseUrl: 'https://github.com/luminusOS/wiki/edit/main/',
21+
baseUrl: 'https://github.com/luminusOS/website/edit/main/wiki/',
2222
},
2323
defaultLocale: 'root',
2424
locales: {

0 commit comments

Comments
 (0)