Skip to content

Commit

Permalink
feat: set the home page as the index page
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Aug 17, 2023
1 parent f447b2f commit bcc16a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/app/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ export const Header: FC<HeaderProps> = props => {
<IconLogo />
</Link>
<Link href="/changelog">Changelog</Link>
{/* TODO: need real links */}
<Link href="/">Help Center</Link>
<Link href="/help-center">Help Center</Link>
<Link href="/download">Download Neuron</Link>
</div>

Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/pages/index.page.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default, getStaticProps } from './help-center/index.page'
export { default, getStaticProps } from './home/index.page'

1 comment on commit bcc16a5

@vercel
Copy link

@vercel vercel bot commented on bcc16a5 Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.