We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab1367 commit 30ad406Copy full SHA for 30ad406
1 file changed
docs/docusaurus.config.ts
@@ -1,6 +1,6 @@
1
-import { themes as prismThemes } from 'prism-react-renderer';
2
-import type { Config } from '@docusaurus/types';
3
import type * as Preset from '@docusaurus/preset-classic';
+import type { Config } from '@docusaurus/types';
+import { themes as prismThemes } from 'prism-react-renderer';
4
5
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
6
@@ -44,7 +44,7 @@ const config: Config = {
44
{
45
docs: {
46
sidebarPath: './sidebars.ts',
47
- editUrl: 'https://github.com/MetaState-Prototype-Project/prototype/tree/main/docs/docs/',
+ editUrl: 'https://github.com/MetaState-Prototype-Project/prototype/tree/main/docs/',
48
},
49
} satisfies Preset.Options,
50
],
0 commit comments