Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 87af608

Browse files
authored
fix: need these fields for View Website button to work (#471)
1 parent 87dab98 commit 87af608

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/fragments/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ export const projectFields = graphql`
7777
githubUrl
7878
role
7979
}
80+
website {
81+
url
82+
}
8083
mainContent {
8184
mdx: parent {
8285
... on Mdx {

0 commit comments

Comments
 (0)