Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: 0xbentobyte <[email protected]>
  • Loading branch information
0xbentobyte authored Dec 26, 2024
1 parent 2018f5f commit 1f8027a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config = {
title: 'Intuition Docs',
tagline: '',
url: 'https://tech.docs.intuition.systems',
baseUrl: '/landing',
baseUrl: '/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
Expand All @@ -19,7 +19,7 @@ const config = {
'classic',
{
docs: {
routeBasePath: '/landing',
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
remarkPlugins: [[require('./src/plugins/remark-apollo-sandbox'), {}]],
},
Expand Down

0 comments on commit 1f8027a

Please sign in to comment.