Skip to content

Commit

Permalink
also had to change config to serve docs at / route
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabkumar7 committed Jan 16, 2024
1 parent 46a2167 commit e473bdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
routeBasePath: '/', // Serve the docs at the site's root
sidebarPath: require.resolve('./sidebars.js'),
// Remove this to remove the "edit this page" links.
editUrl:
Expand Down
55 changes: 0 additions & 55 deletions src/pages/index.tsx

This file was deleted.

0 comments on commit e473bdf

Please sign in to comment.