Skip to content

Commit

Permalink
bump nextra alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Oct 8, 2023
1 parent c737822 commit 93f39fb
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 62 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"analyze": "cross-env ANALYZE=true pnpm run build"
},
"dependencies": {
"@theguild/components": "6.0.0-alpha-20231008031606-869b52b",
"@theguild/components": "6.0.0-alpha-20231008221431-ab5b020",
"next": "13.5.4",
"next-sitemap": "4.2.3",
"react": "18.2.0",
Expand Down
117 changes: 61 additions & 56 deletions website/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions website/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
title: Home
---

import { IndexPage } from '../components/index-page'

{/* todo: check why previous export statement didn't work */}

<IndexPage />
export { IndexPage as default } from '../components/index-page'

0 comments on commit 93f39fb

Please sign in to comment.