Skip to content

Conversation

@yqrashawn
Copy link
Contributor


PR Summary

add research post list


Checklist

  • There are breaking changes
  • I've added/changed/removed ENV variable(s)
  • I checked whether I should update the docs and did so by updating /docs

@vercel
Copy link

vercel bot commented Dec 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frontends ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 2:04am

@yqrashawn yqrashawn requested a review from Holybasil December 27, 2024 03:08
@netlify
Copy link

netlify bot commented Dec 27, 2024

Deploy Preview for scroll-io failed.

Name Link
🔨 Latest commit b1c930a
🔍 Latest deploy log https://app.netlify.com/sites/scroll-io/deploys/6771ff1cf8bdaf0008f979c1

.then(json => fs.writeFileSync("./src/app/blog/[blogId]/data.json", JSON.stringify(json, null, 2))),
fetch(buildPostURL("research.scroll.io"))
.then(res => res.json())
.then(json => fs.writeFileSync("./src/research-blog.data.json", JSON.stringify(json, null, 2))),
Copy link
Member

Choose a reason for hiding this comment

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

looks like the .md files in src/assets/blog are no longer needed. Can we delete these files and manage both scroll.data.json and research.data.json here instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's fixed, assets are now in src/assets/*.blog.data.json

@Holybasil Holybasil merged commit 9dbd833 into sepolia Dec 30, 2024
5 of 9 checks passed
@Holybasil Holybasil deleted the research-blog branch December 30, 2024 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants