Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proof of Concept MDAST in Server Components #965

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: gql import
  • Loading branch information
jstcki committed Mar 13, 2024
commit 3e17e90b7eb282d6ea8473e0cb6bb7e4af59e614
2 changes: 1 addition & 1 deletion apps/www/src/app/rsc-artikel/[...path]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ArticleDocument } from '@app/graphql/republik-api/gql/graphql'
import { ArticleDocument } from '#graphql/republik-api/__generated__/gql/graphql'
import { getClient } from '@app/lib/apollo/client'
// import { renderMdast } from '@app/lib/mdast/render'
import {
Expand Down