Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions scripts/build-landing.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@ once(
'<a href="/terms-of-service">Terms of service</a>\n <a href="/support">Support</a>',
)
once("white paper link", 'href="/scroll-whitepaper.pdf"', 'href="/files/whitepaper.pdf"')
// the blog is a page of its own again (Zhengqi, 2026-09-21): it went off the site with the
// rest of the old pages in the redesign, and the link people were sent to it with has been
// dead since. It sits in the nav after the product sections and opens the footer's
// Resources column, here and in LandingFooter.tsx (the other pages' footer) alike.
once(
"blog nav link",
'<li><a class="nav__link" href="#hardware">AI hardware</a></li>',
'<li><a class="nav__link" href="#hardware">AI hardware</a></li>\n <li><a class="nav__link" href="/blog">Blog</a></li>',
)
once(
"blog footer link",
'<a href="https://docs.scroll.io/en/home/" target="_blank" rel="noopener">Documentation</a>',
'<a href="/blog">Blog</a>\n <a href="https://docs.scroll.io/en/home/" target="_blank" rel="noopener">Documentation</a>',
)

// ---- the Compass button on the Compass API panel: his file points it at his own Compass
// prototype (index.html, 2026-09-11); here it opens the Compass site ----
Expand Down
52 changes: 0 additions & 52 deletions src/app/_blog/[blogId]/MoreBlogs.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions src/app/_blog/[blogId]/actions.ts

This file was deleted.

124 changes: 0 additions & 124 deletions src/app/_blog/[blogId]/components/tableOfContents.tsx

This file was deleted.

132 changes: 0 additions & 132 deletions src/app/_blog/[blogId]/detail.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions src/app/_blog/[blogId]/page.tsx

This file was deleted.

Loading
Loading