Skip to content

Commit 30ad406

Browse files
authored
fix: docs edit url (#761)
1 parent 5ab1367 commit 30ad406

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { themes as prismThemes } from 'prism-react-renderer';
2-
import type { Config } from '@docusaurus/types';
31
import type * as Preset from '@docusaurus/preset-classic';
2+
import type { Config } from '@docusaurus/types';
3+
import { themes as prismThemes } from 'prism-react-renderer';
44

55
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
66

@@ -44,7 +44,7 @@ const config: Config = {
4444
{
4545
docs: {
4646
sidebarPath: './sidebars.ts',
47-
editUrl: 'https://github.com/MetaState-Prototype-Project/prototype/tree/main/docs/docs/',
47+
editUrl: 'https://github.com/MetaState-Prototype-Project/prototype/tree/main/docs/',
4848
},
4949
} satisfies Preset.Options,
5050
],

0 commit comments

Comments
 (0)